Mark Thien
Mark Thien

Reputation: 1167

How to add CoreData.framework to existing xcode 4.6.2 project

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

Answers (2)

Marcel
Marcel

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.

Xcode

Upvotes: 13

Joe Million
Joe Million

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

Related Questions