Cannot retrieve temporary object in child context with existingObjectWithID:error:
问题 I have created an object in managed object context, which I haven't saved yet. Further I created a child context and want to modify this object in this context. To be able to modify this object I have to retrieve this temporary object in the child context. I use MagicalRecord's method MR_inContext: , which use the method existingObjectWithID:error: . But this doesn't return the object for the given temporary object ID. The method objectWithID: does seems to work. I don't understand why