Zero KB SQLite File created by Core Data on application start up

Posted by Tots on Stack Overflow See other posts from Stack Overflow or by Tots
Published on 2010-06-12T21:37:29Z Indexed on 2010/06/12 21:42 UTC
Read the original article Hit count: 222

Filed under:
|

I'm developing an iPhone application using Core Data. I had everything working and had to make an adjustment to the database schema and change the relationships through the xcdatamodel file. I deleted the my project's sqlite file in Library/Application Support/iPhone Simulator/3.1.3//Documents. Build and run the application, it creates the sqlite file, but its empty with a file size of 0 KB. At a minimum the table information should be in there.

There are no errors/warning in the console.

Anyone have an idea what is wrong?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data