Hi everyone,I just build a simple application using Core Data to retrieve data from a preloaded SQLite database (created by the app itself when running in the Simulator). After populating the database I run the application on the iPhone Simulator and everything seamed to go just fine but when I run it on the device I got the following error message:
Code:
Cannot create an NSPersistentStoreCoordinator with a nil model
How can I handle this?