我已成功將'RestKit'窗格添加到我的項目中,並且還遵循本文中描述的步驟:Cocoapods in swift。我進口RestKit到我ViewController
類的源文件:在Swift中使用RestKit
import RestKit
但我不知道爲什麼我不能訪問它。它不會顯示RestKit中的任何類。它顯示:
'RestKit'不存在這樣的模塊。
我試圖重新創建一個新的項目,並增加了 'RestKit'。並創建了一個橋接頭並將'RestKit'導入到ViewController claas的源文件中。現在我運行該項目 它顯示像
// in this file Pods-SOCKit-prefix.pch
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "Pods-environment.h" // Pods-environment.h file not found
// and also in this file Pods-TransitionKit-prefix.pch
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "Pods-environment.h" // Pods-environment.h file not found
錯誤如果有人知道什麼是這背後的問題,請向我解釋,並提出一個方法,在斯威夫特RestKit工作。
嘗試看看http://stackoverflow.com/questions/24736739/restkit-coredata-and-swift-i-cant-seem-to-fetch -results-back-out – 2014-09-22 07:54:52