NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault

后端 未结 5 1792
野性不改
野性不改 2021-02-15 14:27

My iOS app uses core data via multiple threads. I am getting some crash reports with the following message: \"\'NSObjectInaccessibleException\', reason: \'CoreData could not ful

5条回答
  •  眼角桃花
    2021-02-15 14:39

    You can check [myObject isFault] where myObject is a NSManagedObject instance

提交回复
热议问题