On 2010 Feb 17, at 08:34, Gideon King wrote: > Hi all, I am getting the message "The NSManagedObject with ID (whatever) has > been invalidated"
From the Core Data Programming Guide ▸ Troubleshooting Core Data "Cause: Either you have removed the store for the fault you are attempting to fire, or the managed object's context has been sent a reset message. Remedy: You should discard this object. If you add the store again, you can try to fetch the object again." These things can be rather tricky. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
