美文网首页
使用了CocoaPods的项目如何更新第三方

使用了CocoaPods的项目如何更新第三方

作者: solozyx | 来源:发表于2016-08-14 21:50 被阅读18次

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

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

    Terminal进入项目根目录

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

    相关文章

      网友评论

          本文标题:使用了CocoaPods的项目如何更新第三方

          本文链接:https://www.haomeiwen.com/subject/lqzysttx.html