How to view data stored in Core Data?

前端 未结 11 677
醉酒成梦
醉酒成梦 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:25

    I created a macOS app to browse your Core Data content. It hides Core Data implementation as you see when you use a SQLite browser. Also you can list all your latest run apps and simulators, with this you can easily find the app you are looking for. More info here:

    http://www.microedition.biz/simMagnifier

    It has other features like access Simulator's folders such as Documents, Application Support, etc. You can check the content of NSUserDefaults too.

    The app is not free sorry! but at least you have a 7 days trial.

提交回复
热议问题