Reputation: 1167
I have been struggling adding CoreData.framework to my existing xcode 4.6.2 project. I googled and all the answer I got is by control-click on frameworks folder and Select Add -> Existing Frameworks. This "Existing Framework" is not in the menu.
Upvotes: 5
Views: 2986
Reputation: 6579
Select your project and then select your target, click on the Tab 'Build phases'. Open the section 'Link Binary with Libraries' and click on the +
sign.
Upvotes: 13
Reputation: 147
In Xcode, select your target in the navigator. Click the Build Phases tab. Click the add button under the link with binary box, and select CoreData.framework, if its not there, you might reinstall Xcode.
Upvotes: 0