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 setup_ha_ciSetup Continous Integration
[bundle exec] fastlane lint[bundle exec] fastlane autocorrect[bundle exec] fastlane download_provisioning_profiles[bundle exec] fastlane import_provisioning_profiles[bundle exec] fastlane iconsGenerate proper icons for all build trains
[bundle exec] fastlane update_swiftgen_configUpdate switftgen input/output files
[bundle exec] fastlane update_stringsDownload latest localization files from Lokalize
[bundle exec] fastlane push_stringsUpload localized strings to Lokalise
[bundle exec] fastlane unused_stringsFind unused localized strings
[bundle exec] fastlane update_lokalise_metadataUpload App Store Connect metadata to Lokalise
[bundle exec] fastlane update_asc_metadataDownload App Store Connect metadata from Lokalise and upload to App Store Connect Connect
[bundle exec] fastlane set_versionSet version number
[bundle exec] fastlane update_notification_test_casesUpdate the test cases from the fcm repo
[bundle exec] fastlane update_dsyms[bundle exec] fastlane testRun tests
[bundle exec] fastlane ios build[bundle exec] fastlane ios size[bundle exec] fastlane mac buildThis 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.