I noticed that when you run the app on the simulator, the data is saved in an sqlite file located at "/Users/tristan/Library/Application Support/iPhone Simulator/4.2/Applications/{app id}/Documents/", but when you build&archive the app, that same file doesn't appear to be included in the archive. Installing the app directly to the phone starts a new core data database.
I'd like to ship the app with a sqlite file that I've already filled with information. Does anyone have any recommendations of how to go about doing this?