Adding Core Data to existing project in XCode 4

前端 未结 6 1314
一向
一向 2021-02-01 17:02

I started off the project without Core Data and now I would like to add that functionality to my apps. How do I do this?

What additional things does XCode sets up when

6条回答
  •  [愿得一人]
    2021-02-01 17:38

    If you want to add CoreData.framework to your project, double-click the Target in your Groups and Files list. Go to the Summary pane, and click the "+" for Linked Libraries. Choose CoreData.framework. It will then link with your project.

提交回复
热议问题