• After more than 15 years covering everything Apple, it’s with a heavy heart we announce that we will no longer be publishing new content on iMore and the iMore forums will be closing as of November 1st, 2024.

Search results

  1. B

    NSFetchedResultsController not responding to data updates properly

    Solution Found Hi, I had been battling with this same problem for a week and I finally worked out the solution. I had a background thread updating the same MOC that my FRC was using in the main thread. From what I can gather, the MOC is not thread-safe so you need to create a new MOC for each...