- Step 1: Install rvm https://rvm.io/rvm/install
\curl -sSL https://get.rvm.io | bash
- Step 2: Sync terminal: https://stackoverflow.com/questions/11677771/rvm-command-not-found-mac-ox
$ source ~/.rvm/scripts/rvm
- Step 3:
$ cd ./fastlane
run to install bundler
gem install bundler
- Step 4: run bundle to install fastlane and some dependent libraries
bundle
-
Both iOS and Android:
./build.sh
-
Only iOS
cd ./fastlane
fastlane ios beta
- Only Android
cd ./fastlane
fastlane Android beta