I am having a hard time figuring out how to get the property list file that was created using Xcode. I created a property list file using array with NSString members. I want to grab that file and get all the NSString members and save it to a UITextField. But my problem is that I can’t see that file. I don’t know if I’m looking in the wrong path, or I don’t know where the property file is saved.
I am having a hard time figuring out how to get the property list
Share
Most likely, if the file was added via Xcode, the file is in your bundle. To open it use:
Run this in the simulator and then look in the Finder, in Library/Application Support/iPhone Simulator/Applications/… to see if you can find the file, open it in and double check it to make sure Xcode added the file.
To make a copy in your Documents folder: