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 ios sync_signingFetches and updates certificates and provisioning profiles for App Store distribution
[bundle exec] fastlane ios sync_signing_adhocFetches and updates certificates and provisioning profiles for Ad-Hoc distribution
[bundle exec] fastlane ios sync_signing_alphaFetches and updates certificates and provisioning profiles for Alpha distribution
[bundle exec] fastlane ios sync_signing_alpha_adhocFetches and updates certificates and provisioning profiles for Ad-Hoc distribution
[bundle exec] fastlane ios adhocMakes Ad-Hoc build with a specified name and alpha bundle ID in a given directory
[bundle exec] fastlane ios release_adhocMakes Ad-Hoc build with a specified name and release bundle ID in a given directory
[bundle exec] fastlane ios alpha_adhocMakes Ad-Hoc build for alpha with a specified name and alpha bundle ID in a given directory
[bundle exec] fastlane ios promote_latest_testflight_to_appstorePromotes the latest TestFlight build to App Store without submitting for review
[bundle exec] fastlane ios release_appstoreMakes App Store release build and uploads it to App Store Connect
[bundle exec] fastlane ios upload_metadataUpdates App Store metadata
[bundle exec] fastlane ios release_testflightMakes App Store release build and uploads it to TestFlight
[bundle exec] fastlane ios release_alphaMakes Alpha release build and uploads it to TestFlight
[bundle exec] fastlane ios latest_build_number_for_versionLatest build number for version
[bundle exec] fastlane ios increment_build_number_for_versionIncrement build number based on version in App Store Connect
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.