美文网首页Cocopods
macOS 11 安装cocoaPods

macOS 11 安装cocoaPods

作者: 朝辉 | 来源:发表于2021-02-07 16:49 被阅读0次

    需要升级系统自带的ruby到最新版本

    一、通过RVM 安装最新ruby

    1、修改host文件新增:

    199.232.28.133 raw.githubusercontent.com
    

    2、安装GPG

    https://gpgtools.org
    

    3、在终端执行

    curl -sSL https://get.rvm.io | bash -s stable
    

    4、指定源

    source ~/.rvm/scripts/rvm
    

    5、查看版本确认是否安装成功

    rvm - v
    

    6、列出所有指定源里的ruby版本

    rvm list known
    

    7、安装指定版本

    rvm install xxx
    
    二、安装cocoaPods
    sudo gem install -n /usr/local/bin cocoapods
    

    相关文章

      网友评论

        本文标题:macOS 11 安装cocoaPods

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