Possible Duplicate:
Is there a good Core Data browsing tool out there?
Is there a way to browse an sqlite database on iOS?
I use CoreData to store entities in one of my applications, and I would like to browse the tables to be sure that the database saves what I want. I’m thinking about a kind of database viewer.
If you run your application inside the simulator on your Mac, you can get to your files inside
/Users/username/Library/Application Support/iPhone Simulator/version/appid/DocumentsJust open your database there with any tool like Base or SQLiteManager.
UPDATE:
Since IOS 8 they put it in a different folder:
Library/Developer/CoreSimulator/Devices/(numbers and letters)/data/Containers/Data/Application/(numbers and letters)/Documents/