benhowdle89
benhowdle89

Reputation: 37504

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

"_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 into it, now i have 7 errors all the same as above!? Any ideas?

Upvotes: 0

Views: 199

Answers (1)

Jordan
Jordan

Reputation: 21770

Make sure you added the CoreData Framework to your project.

Upvotes: 1

Related Questions