何らかの理由で、managedObjectContext =
9行目のセクションでエラーが発生しています。これが私が持っているコードです
- (void)viewDidLoad
{
[super viewDidLoad];
// Setup Patterned Background
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Textured Background.png"]];
if (managedObjectContext == nil)
{
managedObjectContext = [(ZAPAppDelegate *) [[UIApplication sharedApplication] delegate] managedObjectContext];
}
self.napkinsArray = [ZAPNapkinDrafts getNapkinDrafts:self.managedObjectContext];
}
エラーの状態は次のとおりです。理由は次のとおりです。
reason=The model used to open the store is incompatible with the one used to create the store
どんな助けでも大歓迎です!