53

Possible Duplicate:
How to “add existing frameworks” in Xcode 4?

How do I add a Framework in Xcode 4?

enter image description here

Community
  • 1
  • 1
Ohad Regev
  • 5,641
  • 12
  • 60
  • 84

1 Answers1

89
  1. In the project navigator, select your project
  2. Select your target
  3. Select the 'Build Phases' tab
  4. Open 'Link Binaries With Libraries' expander
  5. Click the '+' button
  6. Select your framework
  7. (optional) Drag and drop the added framework to the 'Frameworks' group

from How to "add existing frameworks" in Xcode 4?

Community
  • 1
  • 1
markA
  • 1,609
  • 2
  • 17
  • 26