2013-10-24 66 views
2

我只是試圖讓我的應用程序與沃金以及appportable我不斷從RestKit在編譯RestKit和apportable - 錯誤:預期型

/Pods/Headers/RestKit/RestKit/CoreData/RKManagedObjectStore.h:246:78: error: 
     expected a type 

- (NSManagedObjectContext *)newChildManagedObjectContextWithConcurrencyType: (NSManagedObjectContextConcurrencyType... 

有沒有人碰到這個來得到下面的錯誤.. ?

+0

您使用的是0.10.x還是0.20.x的RestKit? 經過一些修改,我得到了適當的編譯0.10.x RestKit,但還沒有嘗試0.20.x。 –

+0

還好嗎?有同樣的問題 – Sunkas

回答

1

Apportable尚未實現NSManagedObjectContextConcurrencyType。

~/.apportable $ cd ~/.apportable/SDK/System/ 
~/.apportable/SDK/System $ grep -r NSManagedObjectContextConcurrencyType * 
~/.apportable/SDK/System $ 

如果你不使用RestKit的那部分,你可以註釋掉導致警告的代碼。否則,目前您需要用其他API重新實現它。