Not able to write NSDictionary to plist file
问题 Update: I am able to write tot he file when I change the following line [infoDict setObject:userList forKey:@"users"]; to [infoDict setObject:@"sampleString" forKey:@"users"]; so, there must be problem with the structure I'm trying to write to the file, any thoughts? I am trying to create a plist file and write to it at runtime in my iOS app. I am not able to write to it but I'm able to read though. The writeToFile method returns a 'NO'. When I manually try to manually open the file I created