Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane ios screenshots
Generate new localized screenshots
[bundle exec] fastlane ios create_ios_app_online
Create iOS app online
[bundle exec] fastlane ios increment_version_with
[bundle exec] fastlane ios beta
Deploy Beta version of the app ...
[bundle exec] fastlane ios adhoc
Deploy Adhoc version of the app ...
[bundle exec] fastlane ios app_store
Deploy App Store version of the app ...
[bundle exec] fastlane ios deploy_to_testflight
Upload build to TestFlight ...
[bundle exec] fastlane ios slack_message
Slack to default channel
[bundle exec] fastlane ios slack_sandbox
Slack to sandbox destination (for testing)
[bundle exec] fastlane ios generate_ipa_file
Generate .ipa file
[bundle exec] fastlane ios generate_app_file
Generate .app file
[bundle exec] fastlane ios generate_docs
Generate documentation
[bundle exec] fastlane ios post_release
Post 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.