Steps:
- (Open XCode) File > New > Project > Choose Project Type > "AppName"
- $ gem install cocoapods
- $ touch Podfile
- $ open Podfile (Add pod dependencies and save)
- $ pod install
- Open AppName.xcworkspace (Do NOT open project folder ever again, this will cause problems because you cannot reference both Pofile
No comments:
Post a Comment