How to view existing data in Core Data?

前端 未结 3 1888
心在旅途
心在旅途 2021-02-09 16:58

Well, may be this question is silly, but I couldn\'t find a way (except programmatically). I built a project (for iPhone OS 3.0) which uses Core Data. The xcdatamodel f

3条回答
  •  粉色の甜心
    2021-02-09 17:13

    To view the coredata sql file, you can use any standard sqlite interface. You can use sqlite3 from command line, or use something like Sqlite Browser.

    If you want something specific to Core Data, you can use Core Data Browser.

提交回复
热议问题