Русский (Russian)
Appearance
Builds a project
Environment variable TUIST_BUILD_OPTIONS_SCHEME
The scheme to be built. By default it builds all the buildable schemes of the project in the current directory.
tuist build [scheme]
Environment variable TUIST_BUILD_OPTIONS_GENERATE
Force the generation of the project before building.
tuist build --generate
tuist build --no-generate
Environment variable TUIST_BUILD_OPTIONS_CLEAN
When passed, it cleans the project before building it
tuist build --clean
tuist build --no-clean
Environment variable TUIST_BUILD_OPTIONS_PATH
The path to the directory that contains the project to be built.
tuist build --path [path]
tuist build -p [path]
Environment variable TUIST_BUILD_OPTIONS_DEVICE
Build on a specific device.
tuist build --device [device]
tuist build -d [device]
Environment variable TUIST_BUILD_OPTIONS_PLATFORM
Build for a specific platform.
tuist build --platform [platform]
Environment variable TUIST_BUILD_OPTIONS_OS
Build with a specific version of the OS.
tuist build --os [os]
tuist build -o [os]
Environment variable TUIST_BUILD_OPTIONS_ROSETTA
When passed, append arch=x86_64 to the 'destination' to run simulator in a Rosetta mode.
tuist build --rosetta
tuist build --no-rosetta
Environment variable TUIST_BUILD_OPTIONS_CONFIGURATION
The configuration to be used when building the scheme.
tuist build --configuration [configuration]
tuist build -C [configuration]
Environment variable TUIST_BUILD_OPTIONS_BUILD_OUTPUT_PATH
The directory where build products will be copied to when the project is built.
tuist build --build-output-path [build-output-path]
Environment variable TUIST_BUILD_OPTIONS_DERIVED_DATA_PATH
Overrides the folder that should be used for derived data when building the project.
tuist build --derived-data-path [derived-data-path]
Environment variable TUIST_BUILD_OPTIONS_GENERATE_ONLY
When passed, it generates the project and skips building. This is useful for debugging purposes.
tuist build --generate-only
tuist build --no-generate-only
Environment variable TUIST_BUILD_OPTIONS_PASSTHROUGH_XCODE_BUILD_ARGUMENTS
Arguments that will be passed through to xcodebuild
tuist build [passthrough-xcode-build-arguments]
Environment variable TUIST_BUILD_BINARY_CACHE
Ignore binary cache and use sources only.
tuist build --binary-cache
tuist build --no-binary-cache
Show help information.
tuist build -h
tuist build --help