Coffee & Power is an app that creates a community of mobile technology workers who can find each other, find places to work together, reward each other for help, and build a resume.
Because we use CocoaPods to manage dependencies for our app there are a couple of steps you'll need to take to get it to build successfully.
Since this is an Xcode project, let's assume you're on OS X and ruby is already installed.
Make sure you have Xcode's command line tools installed. This can be done by going to Xcode->Preferences->Downloads. You should see the option to install Command Line Tools under the Components tab.
-
Update rubygems to the latest version
sudo gem update --system
-
Install the cocoapods gem
sudo gem install cocoapods
-
Get cocoapods to pull down dependencies
pod install
-
Open
candpiosapp.xcworkspace
- NOTcandpiosapp.xcodeproj
! -
Make sure that the target in the top left is coffeeandpower, not Pods.
And that's it! You should be all setup to build the app.