Locating Core Data’s sqlite database on Mac OS X app

前端 未结 5 2131
挽巷
挽巷 2021-02-09 14:38

Where I can find Core Data’s sqlite database of Mac OS X application?

I have found it, but it\'s *.momd folder with 3 files (VersionInfo.plist, *.mom *.omo). How can I s

5条回答
  •  离开以前
    2021-02-09 15:01

    You can find the sqlite file under ~/Library/Application Support/iPhone Simulator/[SDK version]/Applications/[App GUID]/Documents

    To inspect the contents of the database file, you could use this firefox extension: Sqlite-manager

提交回复
热议问题