0

I'm working on an iOS app which depends on an iOS framework which other devs on my team and I also maintain.

What's the best way to configure my project so that the framework builds as a dependency for the iOS app? My current configuration requires me to build the framework, and then drag it into the XCode project for the application.

4

1 回答 1

0

我不知道它如何处理框架,但我强烈建议将 CocoaPods 用于这些类型的代码共享项目:

http://cocoapods.org/

于 2013-10-01T14:16:31.937 回答