我尝试在我的应用程序中使用 RestKit v0.21.0。我按照此处的说明将 RestKit 安装为 Git 子模块。
项目编译没有错误。
然后我尝试访问 mainQueueManagedObjectContext:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
NSManagedObjectContext *context = [RKManagedObjectStore defaultStore].mainQueueManagedObjectContext;
return YES;
}
并收到错误:
Receiver 'RKManagedObjectStore' for class message is a forward declaration