Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Adding frameworks to Mac app in Xcode 4?

I'm having a hard time finding out how to add frameworks that don't already excist in Xcode 4. What I'm trying to add is AquaticPrime but can't seem to find out how to add the framewrok, how do you do this in Xcode 4?

Posted on Apr 25, 2011 6:39 PM

Reply
7 replies

Apr 25, 2011 6:45 PM in response to paniclabs

In the Project Navigator, right click on Frameworks and choose "Add Files to ..." to add your frameworks to the project.


Then, select the project file and select your Target. Drag the new framework from the Project Navigator into the Linked Frameworks and Libraries pane.


You will probably have to add a build script to run install_name_tool to fix up the paths to the framework relative to the executable's @executable_path.

Adding frameworks to Mac app in Xcode 4?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.