Core Data app crashing with “controllerWillChangeContent : unrecognized selector sent to instance”

后端 未结 2 1416
北荒
北荒 2021-01-02 18:53

I\'ve got a core data app with 2 views. The first view lists \"Rooms\", the second lists \"Scenes\" in rooms. The Rooms page has an edit NavItem button, which when pressed e

2条回答
  •  天涯浪人
    2021-01-02 19:51

    That error is most likely coming from a NSFetchedResultsController that has a released delegate. Do you have a UIViewController that you released and didn't release the associated NSFetchedResultsController?

提交回复
热议问题