美文网首页
Updating local specs repositorie

Updating local specs repositorie

作者: HAKA | 来源:发表于2017-03-02 18:05 被阅读273次

    pod update长时间卡在Updating local specs repositories

    解决方式:
    1.跳过更新cocoapods的spec仓库

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

    2.最好的办法是

    pod repo remove master
    pod setup
    pod install

    相关文章

      网友评论

          本文标题:Updating local specs repositorie

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