我一直在为 Core Data叹息而苦苦挣扎,所以我决定学习这个 Apple Core Data 教程。我在教程中要求我构建到目前为止我已经组合在一起的项目。所以我现在就在教程中。当我构建项目时,我收到以下错误:
Type of property 'managedObjectContext' ('NSManagedObjectContext *') does not match type of ivar 'managedObjectContext' ('MSManagedObject *__strong')
根视图控制器.m
Ivar is declared here
这就是我在错误窗口中得到的。
这是我的文件的样子,
RootViewController.h http://pastie.org/4111206
RootViewController.m http://pastie.org/4111216
AppDelegate.h http://pastie.org/4111222
AppDelegate.m http://pastie.org/4111227