NSFetchedResultsController Mac OSX COCOA equivalent
Posted
by Lukasz
on Stack Overflow
See other posts from Stack Overflow
or by Lukasz
Published on 2010-03-12T00:08:58Z
Indexed on
2010/03/12
1:07 UTC
Read the original article
Hit count: 385
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?
© Stack Overflow or respective owner