Target Branch
0.81
Link to commit or PR to be picked
facebook/react-native@939a75b
Description
XCode 26 set the SWIFT_ENABLE_EXPLICIT_MODULES build setting to YES by default. This breaks building with precompiled binaries.
This commit fixes this by adding a step when using the precompiled binaries to explicitly set the SWIFT_ENABLE_EXPLICIT_MODULES flag to NO.