tuist build <scheme>
Build the project in the current directory
Arguments
Name | Description |
---|
scheme | The scheme to be built. By default it builds all the buildable schemes of the project in the current directory |
Options
Name | Description |
---|
--build-output-path | Build the project to a custom directory, example usage: 'tuist build --build-output-path .build': |
--device | Build the project to a specific device, example usage: 'tuist build --device "iPhone X"': |
--os | Build the project to a specific OS, example usage: 'tuist build --os 14.0': |