I\'m trying to write a simple array to a plist file and then later on retrieve it. I have the following code:
+ (NSString*) dataFilePath { NSArray *paths = N
Do you really want to write in NSDocumentationDirectory directory? I think, this directory is not created by default (so you must make it before).
NSDocumentationDirectory
Perhaps you wanted NSDocumentDirectory. I tried it and your code works.
NSDocumentDirectory