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 code_format
Lint and format code
fastlane ios code_lint
Lint code
fastlane ios sort_files
Sort Xcode project files
fastlane ios create_new_profiles
Create all new provisioning profiles managed by fastlane match
fastlane ios download_profiles
Download certificates and profiles
fastlane ios add_device
Add a new device to provisioning profile
fastlane ios build_dev_app
Build development app
fastlane ios tests
Run unit tests
fastlane ios archive_internal
Creates an archive of the Internal app for testing
fastlane ios archive_appstore
Creates an archive of the Production app with Appstore distribution
fastlane ios deploy_internal
Deploy the Internal app to Firebase Distribution
fastlane ios deploy_appstore
Deploy the Production app to TestFlight and App Store
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.