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 preprocess
Configures Fabric, builds the project file and sets the build number from git.
fastlane ios ci
fastlane ios test
fastlane ios upload_build
Uploads the previously built binary to TestFlight and tags it
fastlane ios tag_build
Creates and pushes a tag like 'build/1583'
fastlane ios release
fastlane ios snaps
Create framed screenshots for a range of devices
fastlane ios dsyms
Download DSYMs from iTunes and upload them to Crashlytics
fastlane ios patch
Create a commit incrementing the patch number
fastlane ios minor
Create a commit incrementing the minor version number
fastlane ios major
Create a commit incrementing the major version number
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.