Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

viewing coredata with sqlite browser in xcode 5

Since upgrading to XCode 5, I am unable to view data in the sqlite file in my Applications Folder. The folder structure has changed somewhat but I can still find the correct App but when I open the sqlite file with the sqlite browser there does not appear to be any data in CoreData. Any ideas?

like image 503
Dave Pinner Avatar asked Sep 30 '13 17:09

Dave Pinner


1 Answers

I suggest you to use CoreDataPro app for viewing your CoreData storage.
My fork has minor improvement - alphabetical ordering of Simulator managed object models.

like image 115
Petro Korienev Avatar answered Sep 17 '22 13:09

Petro Korienev