Core Data
iPhone simulator sqlite database files
- The sqlite database files on the iphone simulator are located:
/Users/gturner/Library/Application Support/iPhone Simulator/User/Applications/XXX/Documents
- Where XXX will be a GUID for your application.
- Note: Often you will have to run your application once for the file to be created.
- As of 2010-02-28, Xcode 3.2.1.
- To edit the file type:
cd /Users/gturner/Library/Application\ Support/iPhone\ Simulator/User sqlite3 Applications/XXX/Documents/YourDatabaseFileName.sqlite
- NOTE: When the Simulator is reset, the Applications directory is deleted.
- If the command line is in the Applications directory, it will not be deleted and the sqlite3 database will not reflect your changes.