11

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

I know in previous version, you could right-click and go to Add > Existing Framework. I can't find a similar option in XCode 4.

Community
  • 1
  • 1
Joe
  • 2,187
  • 3
  • 15
  • 11

3 Answers3

21

In the Project Navigator

  1. select your project,
    1. select the target,
    2. go to the 'build phases' tab,
    3. open the 'Link binary with Libraries' disclosure triangle
    4. Use the + to add the library you want

Here's a pic that probably summarizes the process much better! https://i.stack.imgur.com/Or9gL.png

Luke
  • 2,562
  • 1
  • 18
  • 35
3

If you have a developer account:

https://devforums.apple.com/thread/53354?tstart=0

Nippysaurus
  • 20,110
  • 21
  • 77
  • 129
0

Old question but now you can also do it through File->Add Files and it automatically adds it.

Vervious
  • 5,559
  • 3
  • 38
  • 57