Is there any way to capture / view the coredata db file (sqlite repository) from developing iphone via xcode or any other means? Although I managed to check the db created using the simulator on my mac, I would like to check what is on the phone itself (without the need to create debug views in the application, etc.), since I read the sensor data and store it in coredata.
source
share