0

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!

Difeng Chen
  • 159
  • 3
  • 10

2 Answers2

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.

  1. Parrot can help you enter the app sandbox easily,and you can download the app on the Mac Store.
  2. You can use DB Browser exhibit your data .
Glorfindel
  • 21,988
  • 13
  • 81
  • 109
taitanxiami
  • 109
  • 11