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 to_beta
Switch to Beta environment
[bundle exec] fastlane ios tests
Run tests.
[bundle exec] fastlane ios sdk_tests
[bundle exec] fastlane ios sample_tests
[bundle exec] fastlane ios lint
Lint to check dependency manager compatibility.
[bundle exec] fastlane ios lint_pod
[bundle exec] fastlane ios lint_spm
[bundle exec] fastlane ios release
Release a new version.
[bundle exec] fastlane ios doc
Generate documentation
[bundle exec] fastlane ios doc_internal
Generate documentation for internal usage
[bundle exec] fastlane ios change_log
[bundle exec] fastlane ios bump_constant_version
[bundle exec] fastlane ios bump_reference_top_version
[bundle exec] fastlane ios xcframework
Create binary frameworks with the xcframework
format under the build/
folder.
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.