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 beta
Deploy to play store
[bundle exec] fastlane android build_github
Deploy to github release
[bundle exec] fastlane android build
Compile the project
[bundle exec] fastlane android update_version
[bundle exec] fastlane ios beta
Deploy to testflight
[bundle exec] fastlane ios build
Compile the project
[bundle exec] fastlane ios provision
Install provisioning profiles using match
[bundle exec] fastlane ios update_version
[bundle exec] fastlane ios testflight_prune_dry
[bundle exec] fastlane ios testflight_prune
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.