Re: CoreData Save As-problem
Re: CoreData Save As-problem
- Subject: Re: CoreData Save As-problem
- From: Felix Franz <email@hidden>
- Date: Tue, 24 Jun 2014 14:51:35 +0200
On 24.06.2014, at 14:27, Roland King <email@hidden> wrote:
> Completely random idea but has the user on that account turned off autosaving or run any of the command lines which mess around with how autosave or versions at some point in the past? Changing one of those might possibly cause issues with saving.
do you have some info on how to turn off autosaving? In System Preferences>General the setting
is “Ask to keep changes when closing documents” unchecked, “Close windows when quitting an application”
is checked. Changing these settings does not change the behavior. (The machine is used in a student-lab
at the university, wouldn’t surprise me if they changed something, but we had some other bug-reports as
well)
In the code: one thing I changed in the sample
was deleting + autosavesInPlace in the NSPersistentDocument subclass (the same for our
application). If I return YES, the duplicate works, but save as not.
The changes made to the document between the last working save and the save as
are written to the original document :O
Thanks for the answer.
Cheers,
Felix
_______________________________________________
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