Hive Hive
Sign in

Fixed duplicate module map errors for static xcframeworks with their own module map

Metadata
Source
GitHub
Version
4.202.0-canary.12
Published
Jun 29, 2026 · 15:59 UTC
Repository
tuist/tuist
Update

When a static xcframework slice already includes a module.modulemap, Tuist now exposes a derived headers directory containing the copied headers alongside the selected module map. This prevents clang from seeing two module definitions for the same framework, which previously caused build failures for xcframeworks that ship their own module map.