根据最新的CocoaPods版本要求更新 Podfile
target 'ReactiveCocoa' do
use_frameworks!
pod 'ReactiveCocoa', '~>4.2.1'
end
Terminal进入项目根目录
pod update --verbose --no-repo-update
根据最新的CocoaPods版本要求更新 Podfile
target 'ReactiveCocoa' do
use_frameworks!
pod 'ReactiveCocoa', '~>4.2.1'
end
Terminal进入项目根目录
pod update --verbose --no-repo-update