开发者

NSFetchedResultsController deallocated instance

开发者 https://www.devze.com 2022-12-26 08:59 出处:网络
Anyone ever encountered this ? -[NSFetchedResultsController _restoreCachedSectionInfo]: message sent to deallocated instance

Anyone ever encountered this ?

-[NSFetchedResultsController _restoreCachedSectionInfo]: message sent to deallocated instance

While performing fetch w开发者_JS百科ith performFetch: using NSFetchedResultsController instance.

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


That error is a hint that you are overreleasing something, probably the controller. Check your properties and count your retains and releases; there is any extra somewhere

0

精彩评论

暂无评论...
验证码 换一张
取 消