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
If you don't need to see this information in real time, Xcode's Organizer will allow you to download the sandbox directory of any development apps on the device:
From there, any of the many tools available to open/inspect Core Data storage or SQLite databases should work for you.
You can also use this package when running your app in the simulator or on the device to force the run into a known state. That can be tremendously helpful when debugging things like Core Data migrations or strange invalid states.