I am trying to include a pre-loaded Core Data database in my app.
I am using the solution given in this query but it is not working.
Rather than copying out the database I have included in the app bundle, the savetoURL command just creates a new empty database file every time.
Anybody any idea why this might be?
Really appreciate any help, have been stuck on this for two days now.