When I use the code on page 415 I get an error on the line:
NSManagedObjectContext *managedObjectContext = appDelegate.managedObjectContext;
the error states "property managedObjectContext not found on object of type appDelegate". I have tried copying over the fugitive app code from the chapter directly, and even though I don't get this error in that application, I do get it here.


















