Been having my first crack at Core Data and I\'m getting the following error when running my code on my device, but it works fine on the simulator..
*
first verify:
NSLog(@"%@", [self managedObjectModel]);
If you get a nil value maybe the problem is here
NSURL *modelURL = [[NSBundle mainBundle] URLForResource:@"RugbyOnTv" withExtension:@"momd"];
So, try changing @"momd" by @"mom"