- Xcode new project
- Terminal CD to project directory
- Open your Podfile with: open -a Xcode Podfile
- Uncomment Frameworks, and add Parse, and ParseUI to do. Should look something like this:
- # Uncomment this line to define a global platform for your project
# platform :ios, '8.0' # Uncomment this line if you're using Swift use_frameworks! target 'SpringShowApp' do pod 'Parse' pod 'ParseUI' end
- Quit Xcode
- In terminal: pod install
- When Terminal is finished, open your project from the ProjectName.xcworkspace. From this point on, you will need to open the project from this file!