Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane ios build
Builds and archives the app
[bundle exec] fastlane ios tests
Runs test
[bundle exec] fastlane ios create_sensitive_info
Creates SensitiveInfo.plist if it doesn't exist
[bundle exec] fastlane ios populate_sensitive_info
Populates SensitiveInfo.plist with environment values
[bundle exec] fastlane ios deploy
Deploy the app for a given flavour: alpha, beta, release
Usage bundle exec fastlane ios deploy --env ios.<specific env>
[bundle exec] fastlane ios export_ios_app
Archive and export the iOS app
[bundle exec] fastlane ios install_distribution_certificates
Installs distribution certificates
Usage bundle exec fastlane ios install_distribution_certificates --env ios.<specific env>
[bundle exec] fastlane ios install_development_certificates
Installs development certificates
[bundle exec] fastlane ios generate_new_dev_certificates
Generate new dev certificates
[bundle exec] fastlane ios generate_new_appstore_certificates
Generate new appstore certificates
Usage bundle exec fastlane ios generate_new_appstore_certificates --env ios.
[bundle exec] fastlane ios register_new_device
Registers a new iPhone/Mac device and updates the certificates
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.