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: 264
core-data
|iphone-sdk-3.0
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