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 certificates
Certs
fastlane ios register_test_devices
fastlane ios build_for_release
CI build
fastlane ios test
Test
fastlane ios derived_data
Derived data
fastlane ios beta
fastlane ios release_github
Deploy a new version to the App Store
fastlane ios dsyms
Download dSYMs and upload 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.