Target Branch
0.88
Link to commit or PR to be picked
react/react-native#58597
Description
Fixes an iOS SwiftPM autolinking bug where Xcode kept re-syncing and recreating library package roots, causing “Missing package product” build failures for apps using self-managed libraries with their own Package.swift files. It makes the generated library sync idempotent and ignores Xcode’s own .swiftpm metadata when deciding whether a sync is stale, so repeated builds no longer
Target Branch
0.88
Link to commit or PR to be picked
react/react-native#58597
Description
Fixes an iOS SwiftPM autolinking bug where Xcode kept re-syncing and recreating library package roots, causing “Missing package product” build failures for apps using self-managed libraries with their own Package.swift files. It makes the generated library sync idempotent and ignores Xcode’s own .swiftpm metadata when deciding whether a sync is stale, so repeated builds no longer