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 prepare[bundle exec] fastlane generate[bundle exec] fastlane auth[bundle exec] fastlane upload_dsym[bundle exec] fastlane ios testsRuns unit tests
[bundle exec] fastlane ios tests_sdkRuns unit SDK tests
[bundle exec] fastlane ios buildBuilds app for appstore
[bundle exec] fastlane ios adhocBuilds adhoc build for inner testing
[bundle exec] fastlane ios incrementIncrements the build number and commits to the repo
[bundle exec] fastlane ios testflight_betaUploads the build to testflight
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.