tuist build <scheme>

Build the project in the current directory

Arguments

NameDescription
schemeThe scheme to be built. By default it builds all the buildable schemes of the project in the current directory

Options

NameDescription
--build-output-pathBuild the project to a custom directory, example usage: 'tuist build --build-output-path .build':
--deviceBuild the project to a specific device, example usage: 'tuist build --device "iPhone X"':
--osBuild the project to a specific OS, example usage: 'tuist build --os 14.0':