Hi there!
I implemented saving and loading methods in my document-based application. In the saving method, I have
[NSArchiver archivedDataWithRootObject:[self string]];
Where [self string]
is a NSString.
When saving a file with just "normal content" inside of it, the contents of the file created are:
streamtypedè@NSStringNSObject+normal content
Is there a way to store in a file just raw text?
Thanks for your help, and merry christmas!
—Albé