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 publish_appPush a new beta build to TestFlight
[bundle exec] fastlane ios build_releaseBuild App for TestFlight
[bundle exec] fastlane ios build_release_multiple_targets[bundle exec] fastlane ios prepare_signingLoads provisioning profile
[bundle exec] fastlane ios set_build_numberSets the build_number to certain value
[bundle exec] fastlane ios set_api_keySets the API KEY for Appstore Connect
[bundle exec] fastlane ios test_appRun Tests
[bundle exec] fastlane ios code_qualityRun swiftlint
[bundle exec] fastlane ios run_sonarRun sonar
[bundle exec] fastlane ios code_coverageGenerate codecoverage
[bundle exec] fastlane ios resign_ipaResign an existing IPA with a new profile and version
[bundle exec] fastlane ios list_signing_identitiesList available code signing identities in the keychain
[bundle exec] fastlane ios verify_signing_identityVerify that a given signing identity exists
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.