Hive Hive
Sign in

Fix redefinition of module errors with precompiled xcframeworks

Metadata
Source
GitHub
Version
4.202.0-canary.1
Published
Jun 24, 2026 · 17:16 UTC
Repository
tuist/tuist
Update

Targets that depend on precompiled xcframeworks shipping a module.modulemap no longer fail with “redefinition of module”. Tuist now excludes the xcframework headers from header search paths when the xcframework already provides a module map, relying on Xcode’s built-in ProcessXCFramework copy instead.