Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --installFor fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane test_diagnosticsRun Diagnostics tests
[bundle exec] fastlane test_packageRuns tests for a specific package
-
package_name: The name of the package to test -
package_path: The path to the package
[bundle exec] fastlane test_projectRuns tests for an external project
-
scheme: The project's scheme -
project_path: The path to the project -
project_name: The name of the project -
parallel_testing: Enables parallel testing -
xcargs: An optional extra set of arguments to pass to Fastlane Scan -
destination: ..
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.