Cocoapods ReactiveKit swift编译器错误

问题描述:

我想添加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

我没对足够熟悉cocapods。 下面的命令已解决了它:

重新安装:

sudo gem install cocoapods 

更新包( “吊舱安装” 不会安装最新的)

pod update