Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add CoreData.framework to existing xcode 4.6.2 project

Tags:

xcode

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.

like image 724
Mark Thien Avatar asked May 28 '13 16:05

Mark Thien


1 Answers

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

like image 162
Marcel Avatar answered Apr 27 '23 10:04

Marcel