I used CoreData to create a database and I did save some content. If I navigate to local at database on iOS simulator, I can see the data using
select * from ZPRODUCT;
but, if I open with DB Browser SQLite, or other software for this, I can't see the data!
I copied the database file to desktop to make easy.