Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --installFor fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane android deploy_playstoreUpload AAB to Play Store, in production track with a very small rollout percentage
[bundle exec] fastlane android update_release_notes_playstoreUpdate Play Store release notes
[bundle exec] fastlane android update_release_notes_githubUpdate GitHub release notes
[bundle exec] fastlane android deploy_dogfoodUpload APK to Play Store internal testing track
[bundle exec] fastlane android deploy_githubDeploy APK to GitHub
[bundle exec] fastlane android releaseCreate new release
[bundle exec] fastlane android hotfix-startStart new hotfix
[bundle exec] fastlane android hotfix-finishFinish a hotfix in progress
[bundle exec] fastlane android asana_release_prepPrepares the Asana release board with a new release task, tags tasks waiting for release etc..
This README.md is auto-generated and will be re-generated every time fastlane is run.
More information about fastlane can be found on fastlane.tools.
The documentation of fastlane can be found on docs.fastlane.tools.