tuist generate <sources>
Generates an Xcode workspace to start working on the project. For more info see https://docs.tuist.io/commands/generate
Arguments
Name | Description |
---|
sources | A list of targets to focus on. Other targets will be linked as binaries if possible. If no target is specified, all the project targets will be generated (except external ones, such as Swift packages) |
Options
Name | Description |
---|
--path, -p <path> | The path to the directory that contains the definition of the project. Default is current directory |
--no-open, -n | Don't open the project after generating it. Default is false |
--xcframeworks, -x | When passed it uses xcframeworks (simulator and device) from the cache instead of frameworks (only simulator). Default is false |
--no-cache | Ignore cached targets, and use their sources instead. Default is false |
--profile, -P <cache profile> | The name of the cache profile |