-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"could not build module" errors on Xcode 16.2, react native 0.76.6 #49347
Comments
Warning Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2. |
Warning Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
@michalis-ligopsychakis It will be great if you can provide a reproducer for this issue |
@sarthak-d11 thanks for the response:) |
The issue is not due to the simulator. It is more likely due to some third party dependency that does not properly defines modules in iOS and therefore it fails to build. Can you try to create a new empty project running:
And try to build and run it? If that works, the problem is specific of the project configuration. |
Description
Hello all:) I am using Xcode 16.2, react native 0.76.6, simulator -> iPhone 15(17.0), mac M1 Sequoia 15.2.
Many "could not build module" errors appear while building modules inside iPhoneSimulator18.2.sdk.
The think is that I don't even use this simulator and if I try to delete it, the Xcode hides all other simulator options and requires 18.2 to download..
Of course I already tried to clean and delete and reinstall everything but nothing works..
Any help is welcome:) Thanks!
Steps to reproduce
React Native Version
0.76.6
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
repo is private
Screenshots and Videos
The text was updated successfully, but these errors were encountered: