Include framework in Xcode static library? Include framework in Xcode static library? xcode xcode

Include framework in Xcode static library?


In short: no, a static library is just a bunch of .o files

A solution would be to refactor your common code into "static frameworks", see there for a possible solution.


A new answer to this question would be, yes it's possible: use cocoapods! :)

http://cocoapods.org