NSFetchedResultsController Mac OSX COCOA equivalent
- by Lukasz
Hi!
I am porting some Core data code from iPhone to Mac OS X.
PRoblem is that CoreData Framework on Mac OS X does not have NSFetchedResultsController.h nor NSFetchedResultsControllerDelagete protocol declared.
At least I am not able to force COCOA application to see this class even if I drag Core Framework from iPhone project to link with Mac Application?
Anyone faced this problem?