my NSManagedObjectModel is returning nil eventhough the path is correct.
NSString *modelKey = [NSString stringWithFormat:@\"/%@/Model\", name]; N
I had the same problem after I renamed .xcdatamodeld file. The problem was solved by closing and reopening the Xcode client.