Re: How to force creation of default persistentStore/autosave in NSPersistentDocument

2013-01-12 Thread Joachim Kurz
Hi Jerry, Make sure you're not using asynchronous saving with NSPersistentDocument. I assume I do that by returning NO in - (BOOL)canAsynchronouslyWriteToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation ? NSPersistentDocument override this

How to force creation of default persistentStore/autosave in NSPersistentDocument

2013-01-11 Thread Joachim Kurz
Dear list, I have a problem saving a managedObjectContext connected to a newly created NSPersistentDocument. I asked the same question at Stackoverflow but either it doesn't receive much attention or no one can answer it. I'll repeat it here hoping that one of you can help me, but of course I

Re: How to force creation of default persistentStore/autosave in NSPersistentDocument

2013-01-11 Thread Jerry Krinock
Hello Joachim, Make sure you're not using asynchronous saving with NSPersistentDocument. Beyond that, I think that there may still be some deep unresolved issues when NSPersistentDocument meets the new NSDocument features introduced in Lion. You'd get great value by filing a DTS Technical