views:

568

answers:

3

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.

A: 

You cannot talk about Xcode 4 here because it is under a non-disclosure agreement. If you need assistance with Xcode 4 you must go through the proper Apple developer support channels, such as the developer forums.

dreamlax
+1  A: 

If you have a developer account:

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

Nippysaurus
That works well
Bryan
A: 

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! http://i.imgur.com/Or9gL.png

Luke