I'm currently working on a IOS project and using Core Data. My question is: Is there any tool or software I can use to see what data is in the Core Data when I'm running the project, and how to use them. Thank you so much!
Asked
Active
Viewed 51 times
2 Answers
0
Once your app has run in the simulator it creates a persistent store file, you can find the file in your app's document's directory:
~/Library/Application Support/iPhone Simulator/User/Applications
You can also check out CoreDataEditor or CoreDataPro.

Kunal Shah
- 1,071
- 9
- 24
0
There are some tools can make you efficient.
- Parrot can help you enter the app sandbox easily,and you can download the app on the Mac Store.
- You can use DB Browser exhibit your data .

Glorfindel
- 21,988
- 13
- 81
- 109

taitanxiami
- 109
- 11