tuist xcodebuild build
tuist xcodebuild build extends the xcodebuild CLI build action with insights.
Arguments#
passthrough-xcodebuild-arguments Optional#
Arguments that will be passed through to the xcodebuild CLI. All arguments are forwarded to xcodebuild. Example: tuist xcodebuild build -scheme MyApp -destination 'platform=iOS Simulator,name=iPhone 15'
bash
tuist xcodebuild build [passthrough-xcodebuild-arguments]
run-report-path Optional#
Environment variableTUIST_RUN_REPORT_PATH
Path where a JSON report of the run, including the dashboard URLs, will be saved.
bash
tuist xcodebuild build --run-report-path [run-report-path]