开发者

Core Data errors in iPhone app. "_OBJC_CLASS_$_NSFetchedResultsController"

开发者 https://www.devze.com 2023-01-21 07:34 出处:网络
\"_OBJC_CLASS_$_NSFetchedResultsController\", referenced from: objc-class-ref-to-NSFetchedResultsController in RootViewController.o

"_OBJC_CLASS_$_NSFetchedResultsController", referenced from: objc-class-ref-to-NSFetchedResultsController in RootViewController.o

I'm getting 7 of the errors above in my iphone app. I had an app that used core data but i wanted to use an rss xml parser with it, so i created a new empty app and put both of the projects开发者_如何学Go into it, now i have 7 errors all the same as above!? Any ideas?


Make sure you added the CoreData Framework to your project.

0

精彩评论

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