安装蒲公英的 Fastlane 插件

$   fastlane add_plugin pgyer

安装 RVM

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

安装ruby

$   rvm install 2.3.0

You must use Bundler 2 or greater with this lockfile.

$   bundler --version 打印当前版本

$   bundler update 更新版本

https://github.com/bundler/bundler/issues/6784

你可能感兴趣的:(安装蒲公英的 Fastlane 插件)