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

I have an application that, for good reason, can only be debugged on the device. This is my first time using Core Data and I would like to be able to easily check the records stored in the app on the device.

I believe Core Data is supported by default by SQLite on the iPhone, so this question might be simple: "What's the easiest way to fetch the SQLite database for an app installed by Xcode without jailbreak?"

Any impression anyone can lend in this regard would be greatly appreciated.

+2


source to share


1 answer


Check Basic Data Editor . Just start sqlite store from device and use from CDE. Cost 20 bucks, but I think it's worth it.



+1


source







All Articles