Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane android deploy_internal
Deploy internal tracks to Google Play
[bundle exec] fastlane android promote_to_beta
Promote internal tracks to beta on Google Play
[bundle exec] fastlane android promote_to_production
Promote beta tracks to production on Google Play
[bundle exec] fastlane android deploy_on_firebase
Upload Android application to Firebase App Distribution
[bundle exec] fastlane ios build_ios
Build iOS application
[bundle exec] fastlane ios deploy_on_firebase
Upload iOS application to Firebase App Distribution
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.