我只是想让我的应用程序与appportable一起使用,并且在编译时我不断从RestKit获得以下错误
/Pods/Headers/RestKit/RestKit/CoreData/RKManagedObjectStore.h:246:78: error:
expected a type
- (NSManagedObjectContext *)newChildManagedObjectContextWithConcurrencyType: (NSManagedObjectContextConcurrencyType...
有没有人遇到过这个......?
答案 0 :(得分:1)
Apportable尚未实现NSManagedObjectContextConcurrencyType。
~/.apportable $ cd ~/.apportable/SDK/System/
~/.apportable/SDK/System $ grep -r NSManagedObjectContextConcurrencyType *
~/.apportable/SDK/System $
如果您没有使用RestKit的那部分,您可以注释掉导致警告的代码。否则,目前您需要使用其他API重新实现它。