I create an application using Coredata. I create a XML file and store all data into XML file. Then using coredata I store them into Database.
Now I want to view the all records from core data. My application create a sqlite file. But if I use select command in sqlite, there is no records displayed. But it shows "no errors".
Is there any way to view my records from core data or from Sqlite?
display / List out all the objects currently in the database
I faced the same issue, and need to investigated the sqlite db created by coredata. I used the free Sqlite database browser. http://sqlitebrowser.sourceforge.net/
And browsed to the path where the sqlite file is.