Re: How to force creation of default persistentStore/autosave in NSPersistentDocument
Re: How to force creation of default persistentStore/autosave in NSPersistentDocument
- Subject: Re: How to force creation of default persistentStore/autosave in NSPersistentDocument
- From: Joachim Kurz <email@hidden>
- Date: Sat, 12 Jan 2013 17:07:33 +0100
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 method and always returns NO, I didn't change that, so that should be fine.
> 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 Support Incident on this. Keep them on the case until everything is fully explained.
I'll try that, thanks. :-)
_______________________________________________
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