Hive Hive
Sign in

Deduplicate conditioned XCFramework search paths

Metadata
Source
GitHub
Version
4.194.4
Published
May 15, 2026 · 15:02 UTC
Repository
tuist/tuist
Update

Fixed a regression where generating large projects with static Swift XCFrameworks behind dynamic XCFrameworks could crash or produce invalid projects because SDK-conditioned FRAMEWORK_SEARCH_PATHS entries were repeated across multiple dependency paths. Settings are now deduplicated when they are merged, so the same conditioned search path is only added once. This also applies the same duplicate cleanup to conditioned OTHER_SWIFT_FLAGS entries.