Cocoapods ReactiveKit swift编译器错误

Cocoapods ReactiveKit swift编译器错误,swift,cocoapods,Swift,Cocoapods,我正试图用cocoapod将ReactiveKit添加到我的Xcode项目中 这是我的pods文件: 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 大量错误如下所示: 我

我正试图用cocoapod将ReactiveKit添加到我的Xcode项目中

这是我的pods文件:

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
大量错误如下所示:


我对cocapods不够熟悉。 以下命令已解决此问题:

重新安装:

sudo gem install cocoapods
更新软件包(“pod安装”不安装最新版本)


我对cocapods不够熟悉。 以下命令已解决此问题:

重新安装:

sudo gem install cocoapods
更新软件包(“pod安装”不安装最新版本)

pod update