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 cask install fastlane
fastlane ios beta
Push a new beta build to TestFlight (Used by CircleCI)
fastlane ios tfbeta
Push beta build to TestFlight from developer machine using testflight build numbers
fastlane ios localbeta
Push beta build to TestFlight from developer machine using local build number
fastlane ios certificates
Installs the certificates and profiles locally
fastlane ios test
Runs all the tests
fastlane ios refresh_dsyms_beta
Upload latest iTunes Connect bitcode symbol file to crashlytics
fastlane ios run_spm_pre_script
Runs the SPM pre-build script.
Pass in a value for prod
to use the prod argument
fastlane ios run_spm_post_script
Runs the SPM post-build script.
Pass in a value for prod
to use the prod argument
fastlane ios tfprod
Push production build to TestFlight from developer machine using testflight build numbers
fastlane ios refresh_dsyms_prod
Upload latest iTunes Connect bitcode symbol file to crashlytics
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.