Core Data - synchronize ManagedObjectContexts - save date
Core Data - synchronize ManagedObjectContexts - save date
- Subject: Core Data - synchronize ManagedObjectContexts - save date
- From: Rainer Standke <email@hidden>
- Date: Sun, 28 Feb 2010 15:20:55 -0800
Hello,
I have an document-based CoreData application that uses an NSOperation
to manipulate ManagedObjects. I can successfully synchronize the main
thread's context, using mergeChangesFromContextDidSaveNotification:.
However, when I subsequently try to save the document I get a warning
that the doc has been saved by another application. This happens in
spite of the fact that I update the doc's fFileModificationDate right
after synchronisation.
What am I missing?
Thanks,
Rainer
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden