Mike,
Each persistent document has its own Core Data stack. When you close
one, and reopen it, it has a new NSPersistentStoreCoordinator,
NSManagedObjectModel, and NSManagedObjectContext.
So any bindings to managed objects or their entity descriptions from
the old, deallocated persistent do
Hello list,
I'm having trouble tracking down what I would think to be a simple
answer for a simple question:
In my NSPersistentDocument based application (10.4), selecting
'revert' from the file menu creates new window controllers (I assume
it is just re-opening the original document), bu