fastlane

作者: iVikings | 来源:发表于2019-05-12 16:07 被阅读0次
  • 安装 fastlane
sudo gem install fastlane -NV

sudo gem install fastlane -n /usr/local/bin

sudo gem install fastlane -n /usr/local/bin -v 2.134.0
  • 更新 fastlane
fastlane update_fastlane
  • 卸载 fastlane

rvmsudo rvm @global do gem uninstall fastlane

Select gem to uninstall:
1. fastlane-2.67.0
2. fastlane-2.71.0
3. fastlane-2.74.1
4. fastlane-2.75.1
5. All versions
> 5
Successfully uninstalled fastlane-2.67.0
Successfully uninstalled fastlane-2.71.0
Successfully uninstalled fastlane-2.74.1
Remove executables:
bin-proxy, fastlane

in addition to the gem? [Yn]  y
Removing bin-proxy
Removing fastlane
Successfully uninstalled fastlane-2.75.1

gem/brew uninstall fastlane

  • bundle config 修改 ruby 镜像源

    bundle config mirror.https://rubygems.org https://gems.ruby-china.com
    
  • install bundler

    sudo gem install -n /usr/local/bin bundler

相关文章

网友评论

      本文标题:fastlane

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