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 screenshotsGenerate new localized screenshots
[bundle exec] fastlane ios create_ios_app_onlineCreate iOS app online
[bundle exec] fastlane ios increment_version_with[bundle exec] fastlane ios betaDeploy Beta version of the app ...
[bundle exec] fastlane ios adhocDeploy Adhoc version of the app ...
[bundle exec] fastlane ios app_storeDeploy App Store version of the app ...
[bundle exec] fastlane ios deploy_to_testflightUpload build to TestFlight ...
[bundle exec] fastlane ios slack_messageSlack to default channel
[bundle exec] fastlane ios slack_sandboxSlack to sandbox destination (for testing)
[bundle exec] fastlane ios generate_ipa_fileGenerate .ipa file
[bundle exec] fastlane ios generate_app_fileGenerate .app file
[bundle exec] fastlane ios generate_docsGenerate documentation
[bundle exec] fastlane ios post_releasePost release
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.