使用了CocoaPods的專案如何更新第三方

weixin_34292287發表於2016-08-14

根據最新的CocoaPods版本要求更新 Podfile

target 'ReactiveCocoa' do
    use_frameworks!
    pod 'ReactiveCocoa', '~>4.2.1'
end

Terminal進入專案根目錄

pod update --verbose --no-repo-update

相關文章