Comments

CocoaPods is a tool for managing dependecies for iOS and Mac OS X projects.

Getting started with using CocoaPods is easy. The tricky part is getting used to opening Xcode workspace (eg. App.xcworkspace) instead of Xocde project. But that’s not what I want to covered in this post.

One of the hurdle I encountered is getting unit testing to work after CocoaPods is setup.

Continue reading →