Sunday, January 26, 2014

Setup iOS Project XCODE | Podfile

This is the simple steps for setting up a Podfile and new XCode project.

Steps:

  1. (Open XCode) File > New > Project > Choose Project Type > "AppName"
  2. $ gem install cocoapods
  3. $ touch Podfile
  4. $ open Podfile (Add pod dependencies and save)
  5. $ pod install
  6. 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