Tuist now properly quotes -fmodule-map-file paths in generated Xcode build settings. Previously, projects whose target name contained whitespace (for example “My App”) would produce a module-map path with a space in it; the unquoted path was then split by the build tool, breaking the build. Paths are now escaped so any target name, including those containing spaces, builds correctly.
Hive
Fix builds failing when a target name contains spaces
Published
Jun 15, 2026 · 14:58 UTC
Repository
tuist/tuist