NSFetchedResultsController deallocated instance

Posted by Jesse Armand on Stack Overflow See other posts from Stack Overflow or by Jesse Armand
Published on 2010-04-13T03:05:43Z Indexed on 2010/04/13 3:13 UTC
Read the original article Hit count: 240

Filed under:
|

Anyone ever encountered this ?

-[NSFetchedResultsController _restoreCachedSectionInfo]: message sent to deallocated instance

While performing fetch with performFetch: using NSFetchedResultsController instance.

I'm sure the NSFetchedResultsController is retained before performing the fetch.

© Stack Overflow or respective owner

Related posts about core-data

Related posts about iphone-sdk-3.0