How do I get Core Data to create an SQLite DB from my Managed Object Model
- by munchine
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?