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 getAppVersionGet App Version
[bundle exec] fastlane ios build_for_testingBuild
[bundle exec] fastlane ios test_without_buildingRuns unit tests without building
[bundle exec] fastlane ios testTest
[bundle exec] fastlane ios checklocalizablesCheck Localizables are sorted
[bundle exec] fastlane ios swiftformatlintLint with SwiftFormat
[bundle exec] fastlane ios lintLint code
[bundle exec] fastlane ios previewTrigger Preview
[bundle exec] fastlane ios buildPreviewBuild Preview
[bundle exec] fastlane ios deliverPreviewDeliver Preview
[bundle exec] fastlane ios productionTrigger Production
[bundle exec] fastlane ios buildProductionBuild Production
[bundle exec] fastlane ios deliverProductionDeliver Production
[bundle exec] fastlane ios prototypeTrigger Prototype
[bundle exec] fastlane ios buildPrototypeBuild Prototype
[bundle exec] fastlane ios deliverPrototypeDeliver Prototype
[bundle exec] fastlane ios bumpVersionBump version
[bundle exec] fastlane ios updateAppVersionUpdate app version
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.