Archives for: "November 2013, 26"
IOS Error:'Cannot create an NSPersistentStoreCoordinator with a nil model'
I backed to build my first iOS app again. Today, I got this error:'Cannot create an NSPersistentStoreCoordinator with a nil model'.
Actually, that is easy to fix.
Please make this line of code:
NSURL *modelURL = [[NSBundle mainBundle] URLForResourc… more »