我只是想让我的应用程序在应用程序上工作,在编译过程中,我一直从RestKit中得到以下错误
/Pods/Headers/RestKit/RestKit/CoreData/RKManagedObjectStore.h:246:78: error:
expected a type
- (NSManagedObjectContext *)newChildManagedObjectContextWithConcurrencyType: (NSManagedObjectContextConcurrencyType...以前有人见过这个吗..?
发布于 2013-11-07 15:50:52
Apportable还没有实现NSManagedObjectContextConcurrencyType。
~/.apportable $ cd ~/.apportable/SDK/System/
~/.apportable/SDK/System $ grep -r NSManagedObjectContextConcurrencyType *
~/.apportable/SDK/System $如果您没有使用RestKit的这一部分,您可以注释掉导致警告的代码。否则,目前您需要用其他API重新实现它。
https://stackoverflow.com/questions/19576933
复制相似问题