Hive Hive
Sign in

Fixed generation failures caused by __MACOSX shadow bundles in Finder-zipped binary artifacts

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

Binary artifacts zipped with Finder (such as Plaid LinkKit) include a __MACOSX/ resource-fork sidecar containing shadow copies of each bundle. In some cases the scanner preferred the shadow xcframework over the real one, causing tuist generate to fail with an Info.plist error. SwifterPM 0.8.12 strips these __MACOSX directories after extraction and skips them during scanning, so the real xcframework is used.