iOS8 and Xcode - How to distribute an embedded framework with cocoa pod dependencies
问题 I need to create a compiled framework for distribution to third parties. I am using cocoa-pods to handle my dependencies. In order to accomplish this, it would seem that that creating a dynamic linked framework is the best option, but I am not sure and open to suggestions. The steps I took are: I created a wrapper project to contain the framework target Inside the wrapper project I added a new target "Cocoa touch framework" - "MyFramework" All of the relevant code is added to the target Added