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
You can check the NSManagedContext is existed when you use the NSManagedObject. like this:
if (obj.managedObjectContext) { //do things }