Hive Hive
Sign in

Update Docs for tuist xcodebuild and fastlane

GitHub issue · Open

Metadata
Source
tuist/tuist #8242
Updated
Jun 11, 2026
Domains
CLI
Details

Why is this needed?

tuist xcodebuild command documentation only shows direct xcodebuild runs. However, many apps use Fastlane. I fixed the command to make it usable with Fastlane here #8170 . Could you update the documentation to include Fastlane examples?

Steps to address the need

lane :build_only do |options|
scan(
workspace:"./App.xcworkspace",
scheme: "App",
build_for_testing: true,
code_coverage: true,
result_bundle: true,
xcodebuild_formatter: "xcbeautify",
xcodebuild_command: "tuist xcodebuild"
)
end
Flights

Investigate, reproduce, or fix this item in an isolated repository. Each Flight preserves its outcome and agent session.

New Flights are paused Configure model inference, GitHub, and a sandbox provider to start another Flight. Existing results remain available below.
No Flights yet

Start a Flight and preserve its objective, outcome, and session here.

Comments

No GitHub comments yet.