Is there a way to visualize records stored in an iPhone app via Core Data?

Posted by Justin Searls on Stack Overflow See other posts from Stack Overflow or by Justin Searls
Published on 2009-10-17T17:50:05Z Indexed on 2010/04/26 15:53 UTC
Read the original article Hit count: 154

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about core-data

Related posts about xcode