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
Again, Xcode's stupid autocomplete made you lost: NSDocumentationDirectory should really be NSDocumentDirectory.
NSDocumentationDirectory
NSDocumentDirectory
The Documentation directory doesn't exist on iOS, so you can't write there.