tuist generate <sources>

Generates an Xcode workspace to start working on the project. For more info see https://docs.tuist.io/commands/generate

Arguments

NameDescription
sourcesA 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

NameDescription
--path, -p <path>The path to the directory that contains the definition of the project. Default is current directory
--no-open, -nDon't open the project after generating it. Default is false
--xcframeworks, -xWhen passed it uses xcframeworks (simulator and device) from the cache instead of frameworks (only simulator). Default is false
--no-cacheIgnore cached targets, and use their sources instead. Default is false
--profile, -P <cache profile>The name of the cache profile