1

I have an Xcode 4 project which has just one target: a framework. How can I add a framework (in particular, OSAKit) to this project? I know how to add frameworks to apps, but I can't do the same with my own framework.

user732274
  • 1,069
  • 1
  • 12
  • 28
  • This question has some information: http://stackoverflow.com/questions/3516373/can-i-include-a-framework-in-another-framework – mipadi Aug 23 '12 at 20:02

1 Answers1

0

I found the way: I click on the target, then I click on "Build phases" and I go to "Link binary with libraries"

user732274
  • 1,069
  • 1
  • 12
  • 28