How do I get Core Data to create an SQLite DB from my Managed Object Model

Posted by munchine on Stack Overflow See other posts from Stack Overflow or by munchine
Published on 2010-04-08T02:34:29Z Indexed on 2010/04/08 2:53 UTC
Read the original article Hit count: 418

Filed under:
|
|

I've been strungling with Core Data. I've looked at the examples and documentation but they all seem to copy an existing SQLite DB into the working directory. I've defined my data model and just want Core Data to create a SQLite DB. I then will populate the db im my app.

Can anyone show me how?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data