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 documentation
Generate documentation
[bundle exec] fastlane ios lint
Run SwiftLint
[bundle exec] fastlane ios test
Run unit tests
[bundle exec] fastlane ios ensure_release_ready
Ensure that the repo is valid for release
[bundle exec] fastlane ios version
Create a new version
[bundle exec] fastlane ios docc
Build documentation for all platforms
[bundle exec] fastlane ios docc_platform
Build documentation for a single platform
[bundle exec] fastlane ios docc_delete_derived_data
Delete documentation derived data (may be historic duplicates)
[bundle exec] fastlane ios docc_web
Build static documentation websites for all platforms
[bundle exec] fastlane ios docc_web_platform
Build static documentation website for a single platform
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.