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 buildBuild the app without running tests
[bundle exec] fastlane ios testRun unit tests
[bundle exec] fastlane ios peripheryScan for unused (dead) code with periphery
[bundle exec] fastlane ios build_releaseBuild release IPA
[bundle exec] fastlane ios screenshotsCapture App Store screenshots
[bundle exec] fastlane ios betaUpload to TestFlight
[bundle exec] fastlane ios deployBuild, screenshot, and upload to 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.