I am able to create the DataModel, Entities and Properties. How do I now create the DB? Do I have to create it manually making sure that all the properties and entities are mapped?
I am following the Recipes Core Data sample and have noticed a method in RecipesAppDelegate.m:
- (NSPersistentStoreCoordinator *)persistentStoreCoordinator {
}
I can see a reference to the DB file here.