existingObjectWithID deadlock with NSPrivateQueueConcurrencyType
问题 I'm running in to a freeze (deadlock?) with the NSPrivateQueueConcurrencyType concurrency type and not with the NSMainQueueConcurrencyType . My context initialization: _managedObjectContext = [[NSManagedObjectContext alloc] initWithConcurrencyType:NSPrivateQueueConcurrencyType]; [_managedObjectContext setPersistentStoreCoordinator:coordinator]; The troublesome code: NSManagedObjectID *managedObjectID = [self managedObjectIDForEntity:entity withParseObjectId:object.objectId]; managedObject =