Re: Couldn't Save Document. Error
Re: Couldn't Save Document. Error
- Subject: Re: Couldn't Save Document. Error
- From: Andreas Mayer <email@hidden>
- Date: Fri, 6 Feb 2004 23:21:10 +0100
Am 06.02.2004 um 22:05 schrieb Don Myers:
All, When I try to save any file in my xcode project and I keep
getting a
dialog "Save: couldn't save document."
Had the same problem just today.
Make sure you didn't add any characters that can not be saved using the
current string encoding.
The editor will complain and ask you to change the file encoding if you
type the text in, but in my case it came from a plugin. I'm not sure
what happens when pasting some text.
Easiest way to check if that's your problem is probably just changing
the encoding to UTF-8.
HTH
BTW: TextEdit pops up an actually _helpful_ dialog in that case. I
guess I should file a bug.
bye. Andreas.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.