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 test_macRun tests for mac
[bundle exec] fastlane ios test_tv_osRun tests for tvOS
[bundle exec] fastlane ios run_tests_for_deviceRun tests generating code coverage
[bundle exec] fastlane ios run_rome_updateIf running in CI environment returns the build number; Else, get_build_number.to_s.
Runs carthage update followed by Rome upload (iOS) to update the S3 cache.
Options:
cache_prefix - optional. Default is project_base_name.
[bundle exec] fastlane ios test_iphone_15Run tests using iPhone 16 Pro sim
[bundle exec] fastlane ios test_iphone_proRun tests using iPhone 15 Pro
[bundle exec] fastlane ios do_cart_updateRuns carthage update followed by Rome upload (iOS) to update the S3 cache.
[bundle exec] fastlane ios carthage_bootstrapRuns carthage bootstrap followed by Rome download (iOS) from our S3 cache
[bundle exec] fastlane ios carthage_ciDownload carthage dependencies cached in S3
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.