Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew install fastlane
fastlane ios screenshots
Generate new localized screenshots
fastlane ios all_ci
fastlane ios linting_tests
fastlane ios install_tests
fastlane ios preflight
fastlane ios ci_builds
fastlane ios main_tests
fastlane ios paymentsheet_tests
fastlane ios basic_integration_tests
fastlane ios integration_all
fastlane ios ui_tests
fastlane ios legacy_tests_11
fastlane ios legacy_tests_12
fastlane ios e2e_only
fastlane ios analyze
fastlane ios builds
fastlane ios install_cocoapods_without_frameworks_objc
fastlane ios installation_cocoapods_frameworks_objc
fastlane ios installation_cocoapods_frameworks_swift
fastlane ios installation_carthage
fastlane ios installation_spm
fastlane ios check_docs
fastlane ios tests
fastlane ios store
Submit a new build to TestFlight.
fastlane ios store app:identity_example username:[email protected]
Argument | Description | Expected Value |
---|---|---|
app |
The app to build and submit (required). | |
username |
Your Apple Developer username (required). | {{youruser}}@stripe.com |
fastlane ios store_test
Test building the way we do for TestFlight submission. No submissions made.
fastlane ios test_store app:identity_example username:[email protected]
Argument | Description | Expected Value |
---|---|---|
app |
The app to build and submit (required). | |
username |
Your Apple Developer username (required). | {{youruser}}@stripe.com |
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.