升级cocoapods

作者: 肖旭晖 | 来源:发表于2020-12-11 10:27 被阅读0次

    1、升级Ruby环境
    sudo gem update --system

    2、更新cocoapods
    sudo gem install -n /usr/local/bin cocoapods

    3、更新repo(这一步会比较漫长。。。)
    pod repo update 或者 pod install --repo-update

    4、卸载 cocoapods
    sudo gem uninstall cocoapods

    相关文章

      网友评论

        本文标题:升级cocoapods

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