[iOS] React Native 0.83.1 fails to build with Xcode 26.0 - "Could not build module" errors #978
arunbringmeal1125
started this conversation in
Feedback
Replies: 1 comment
-
|
I'm not sure what's the cause here, but Xcode 26.0 is supported in RN 0.83 since the beginning. Is this an Expo project? I guess regenerating the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Summary
React Native 0.83.1 fails to build on Xcode 26.0 (stable release) with multiple "Could not build module" errors, despite following all recommended upgrade steps and workarounds.
Environment
Build Errors
Build fails in
React-RuntimeHermeswith the following module errors:Steps Taken
Upgrade Path:
package.json:npm installpod install- completed successfully (90 dependencies)Troubleshooting Attempts:
✅ Complete clean reinstall:
node_modules,ios/Pods,ios/Podfile.lock,ios/build~/Library/Developer/Xcode/DerivedData/*npm installandpod install✅ Added Firebase compatibility:
use_modular_headers!to Podfile$RNFirebaseAsStaticFramework = true✅ Xcode 26 compatibility workaround:
SWIFT_ENABLE_EXPLICIT_MODULES = 'NO'inpost_installIPHONEOS_DEPLOYMENT_TARGET = '15.1'✅ Disabled New Architecture:
❌ Build still fails with the same module errors
Current Podfile Configuration
Workaround That Works
Downgrading to Xcode 16.2 resolves all build errors ✅
Questions
Related Issues
Additional Context
This affects the ability to prepare apps for App Store submission after April 2026. Many React Native developers will need Xcode 26 compatibility soon.
Any guidance or timeline for official support would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions