How to view data stored in Core Data?

前端 未结 11 679
醉酒成梦
醉酒成梦 2020-12-01 01:51

I\'m creating a Core Data model for my application. I would like to be able to look inside it to see what I have stored in there.

Is there an easier way tha

11条回答
  •  眼角桃花
    2020-12-01 02:24

    Here is the full path, apparently it changed since gerry3's answer

    ~/Library/Application Support/iPhone Simulator//Applications//Documents/.sqlite
    

    So a correct path would like this:

    ~/Library/Application Support/iPhone Simulator/7.1-64/Applications/C1F3C2E5-987A-4DF7-91EF-955AE6E52621/Documents/TestApp.sqlite
    

提交回复
热议问题