I\'m working on an iPhone project that uses core data and trying to figure out a way to browse easily how data is being stored. Specifically, I am storing images in core data, a
Find the location of the sqlite database on your sim.
Then, in Terminal, use a command like this:
sqlite3 myDataBase.sqlite
At the prompt sqlite>, type
sqlite>
.dump
On the simulator, it will be located somewhere like:
~/Library/Application Support/iPhone Simulator/[OS version]/Applications/[appGUID]/