server/priv/docs/en/guides/get-started/existing-xcode-project.md
Keep your existing Xcode project or workspace and add Tuist capabilities one at a time. Project generation is optional for compilation caching, build insights, and test insights.
The <.localized_link href="/guides/features/cache/module-cache">module cache</.localized_link> is different: it replaces modules before a build and requires a generated project. You do not need it to use Xcode's compilation cache.
tuist init in your project root. Choose the option to integrate the existing Xcode project or workspace, then authenticate and create or select the Tuist project.tuist setup cache on every machine that builds the project.Verify the capability you selected before adding another one:
Once the first result appears, repeat the setup for teammates and continuous integration or continue with another capability above.