美文网首页
MacOS 11 安装 cocoaPods

MacOS 11 安装 cocoaPods

作者: 天天_盖世英雄 | 来源:发表于2021-12-28 17:29 被阅读0次
    1. 更新ruby
      curl -sSL https://get.rvm.io | bash -s stable
      source ~/.rvm/scripts/rvm
      rvm -v
      rvm list known
      rvm install ruby-3.0.0

    2. 安装cocoaPods
      gem sources --remove https://rubygems.org/
      gem sources --add https://gems.ruby-china.com/
      sudo gem install -n /usr/local/bin cocoapods

    git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git ~/.cocoapods/repos/master

    1. 验证
      pod search AFNetworking

    相关文章

      网友评论

          本文标题:MacOS 11 安装 cocoaPods

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