Hive Hive
Sign in

Binary cache supports ARCore-style nested static Objective-C xcframeworks

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

Tuist now correctly handles static Objective-C xcframeworks whose public headers live in a Headers// subdirectory, such as ARCoreGARSession and ARCoreGeospatial. The mapper distinguishes these nested layouts from flat ones and uses the xcframework’s own module map with the Headers root on the search path. This resolves both ‘file not found’ and ‘shadowed module’ build errors when these xcframeworks are consumed through the binary cache behind a dynamic framework.