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 unit_tests
Runs unit tests
[bundle exec] fastlane ios integration_tests
Runs integration tests
[bundle exec] fastlane ios build_universal_framework
Builds universal framework for release
[bundle exec] fastlane ios export_release_xcframework
Export release xcframework
[bundle exec] fastlane ios build_app_sizer
Runs app sizer
[bundle exec] fastlane ios release
Release a new production version
[bundle exec] fastlane ios verify
Verify next release
[bundle exec] fastlane ios increment_version
Increment version
[bundle exec] fastlane ios public_api_docs
Generates Public API Documentation
[bundle exec] fastlane ios post_release
Generates release tag, release notes and updates CHANGELOG.md
[bundle exec] fastlane ios danger_tests
[bundle exec] fastlane ios build_swift_package
[bundle exec] fastlane ios distribute_debug_sample_app
Distribute debug sample app for internal testing
[bundle exec] fastlane ios distribute_sample_app
Distribute sample app for internal testing
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.