Hive Hive
Sign in

Fixed generation failures with Finder-zipped binary artifacts that include __MACOSX shadow bundles

Metadata
Source
GitHub
Version
4.201.0-canary.4
Published
Jun 16, 2026 · 13:26 UTC
Repository
tuist/tuist
Update

Finder-zipped binary artifacts like Plaid LinkKit used to leave a __MACOSX resource-fork sidecar in the cache, and the artifact scanner picked the shadow xcframework over the real one. This caused tuist generate to abort when scanning Info.plist. The shadow bundle is now stripped after extraction and skipped during scanning, so the real framework is selected.