2017-06-02 53 views
1

我想添加ReactiveKit到CocoaPods的我的Xcode項目。Cocoapods ReactiveKit swift編譯器錯誤

這是我莢文件:

platform :ios, '8.0' 
source 'https://github.com/CocoaPods/Specs.git' 
target '<my-proj-name-here>' do 
    use_frameworks! 
    pod 'SideMenu' 
    pod 'ReactiveKit' 
    pod 'Bond' 
end 

我運行命令行下面幾行:

pod cache clean --all 
pod deintegrate 
pod install 

錯誤噸所示:

enter image description here

回答

0

我沒對足夠熟悉cocapods。 下面的命令已解決了它:

重新安裝:

sudo gem install cocoapods 

更新包( 「吊艙安裝」 不會安裝最新的)

pod update