RE: Core data save error with multiple persistent stores [SOLVED]
RE: Core data save error with multiple persistent stores [SOLVED]
- Subject: RE: Core data save error with multiple persistent stores [SOLVED]
- From: "Arthur C." <email@hidden>
- Date: Wed, 19 Nov 2008 12:42:02 +0100 (CET)
A solution is to have 2 persistentStoreCoordinators and 2
managedObjectContexts, with the Coordinators each having one single
persistent store.
It is clear that there can be no reassignment problems anymore.
However, I don't understand why this seems to be required; that is, why
can't I have two managedObjectContexts with one persistentStoreCoordinator
having two persistent stores?
Thanks,
Arthur C.
_______________________________________________
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