up vote 2 down vote favorite
2
share [g+] share [fb]

I have an app which, for good reasons, can only be debugged on a device. I'm using Core Data for the first time, and I'd like to be able to easily inspect the records that are stored by the app on the device.

I imagine that Core Data is by default backed by SQLite on the iPhone, so this question might be as simple as asking: "What's the easiest way to extract the SQLite database for an app installed by Xcode without jailbreaking it?"

Any experience someone could lend regarding this would be greatly appreciated.

link|improve this question

feedback

1 Answer

Check out Core Data Editor. Just get the sqlite store from the device and use it with CDE. Cost 20 bucks but I think it is worth it. Setup is a bit cumbersome though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.