开发者

Added Core Data To Existing App, Now Can't Resolve Errors

I added Core Data to my existing app. I added the 开发者_运维百科methods and properties in the App Delegates and I added #import <CoreData/CoreData.h> to the prefix file.

But I am still getting the following errors:

Added Core Data To Existing App, Now Can't Resolve Errors

Here is the link for the bigger picture: http://www.box.net/shared/static/zfd2bkxy23.png


If you're using xcode 4, you can add frameworks by clicking your project on the left (all the way on top of your files), going to 'Build Phases' and then opening 'Link Binary With Libraries'. There, click the plus, and select what framework to add.

I dont know exactly how it went in xcode 3, but you can find that everywhere on the web ;)


You need to add the CoreData framework to your project as well. To the left you'll find "Frameworks", right click, Add->Existing Frameworks...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜