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

前端 未结 5 2134
挽巷
挽巷 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条回答
  •  梦毁少年i
    2021-02-09 14:55

    I have noticed it getting stored in /Users//Library/Containers//Data/Library/Application%20Support//.sqlite

    So in my case following was the path of the test app /Users/kaunteya.s/Library/Containers/com.kaunteya.T1/Data/Library/Application%20Support/T1/T2.sqlite

提交回复
热议问题