Hive Hive
Sign in

Fix builds for targets with whitespace in their names when using cached framework search paths

Metadata
Source
GitHub
Version
4.201.0-rc.2
Published
Jun 24, 2026 · 18:23 UTC
Repository
tuist/tuist
Update

When Tuist consolidates framework search paths into a response file, the @$(SRCROOT)/Derived/FrameworkSearchPaths/<target>.resp reference is now quoted in OTHER_CFLAGS and OTHER_LDFLAGS. This fixes builds for targets whose names contain whitespace, where the unquoted token was previously split into two arguments.