Starting from iOS5, my app started to freeze when using fetchedResultsController. I have attached the debugger result after quitting the simulator.

Any help will be appreciated.
Thanks
|
|
You say in the comments that you're using In addition (and I think this is what's causing the problem) you mustn't reuse a MOC across threads. Each thread must have its own MOC, which can then use the same You should read Apple's guide on this topic. |
||||
|
|