Hive Hive
Sign in

Fix DerivedData lookup for project names with spaces

Metadata
Source
GitHub
Version
4.202.0-canary.20
Domains
Published
Jun 30, 2026 · 14:54 UTC
Repository
tuist/tuist
Update

Tuist now correctly locates DerivedData for projects and workspaces whose names contain spaces. Previously, DerivedDataLocator used the raw basename as the DerivedData directory prefix while Xcode sanitizes spaces to underscores, causing Tuist to search the wrong directory. Build insights (and commands like tuist inspect build) now find Xcode activity logs for projects named with spaces.