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 bumpBump version across package.json, Android build.gradle, and iOS project
Usage: fastlane bump [type:patch|minor|major]
[bundle exec] fastlane android buildBuild a signed release AAB locally - NO upload. Artifact for testing the pipeline.
[bundle exec] fastlane android betaBuild a dev/beta AAB and upload to the Play Store internal track
[bundle exec] fastlane android releaseBuild a production AAB and upload to the Play Store production track
[bundle exec] fastlane android metadataPush Android store listing text + images (no build)
[bundle exec] fastlane ios buildBuild a signed release IPA locally - NO upload. Artifact for testing the pipeline.
[bundle exec] fastlane ios betaBuild and upload to TestFlight
[bundle exec] fastlane ios releaseBuild and upload to the App Store
[bundle exec] fastlane ios metadataPush App Store listing metadata (no build)
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.