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 sync_signing
Fetches and updates certificates and provisioning profiles for App Store distribution
[bundle exec] fastlane sync_signing_adhoc
Fetches and updates certificates and provisioning profiles for Ad-Hoc distribution
[bundle exec] fastlane adhoc
Makes Ad-Hoc build with a specified name in a given directory
[bundle exec] fastlane release_appstore
Makes App Store release build and uploads it to App Store Connect
[bundle exec] fastlane upload_metadata
Updates App Store metadata
[bundle exec] fastlane release_testflight
Makes App Store release build and uploads it to TestFlight
[bundle exec] fastlane increment_build_number_for_version
Increment build number based on version in App Store Connect
[bundle exec] fastlane setup_e2e_tests
Setup Maestro e2e tests
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.