-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
React-Codegen build failure on Xcode 14.3 (iOS 16.4) simulators #36690
Comments
Same here using 14.3 RC 2. |
Oh sorry, my fault, this is a duplicate of #36635 |
i am working and suddenly xcode it auto-update itself now here we are it broke again T^T |
More details in the linked issue #36635 Personally I just rolled back to 14.2 until the fix lands. |
@daveslutzkin |
Just locking as we've got a bunch of mitigations listed in this and the coordinating issue and a fix being deployed really soon now. |
Description
A clean, empty React Native 0.71.4 project fails to build in Xcode 14.3 (to iOS 16.4) with the following errors:
These errors occur when building from the command line or in Xcode itself:
Why are we using Xcode 14.3?
Devices which have been upgraded to iOS 16.4 can't be connected to Xcode with anything except the newest version of Xcode, which is 14.3. Unfortunately this is not yet officially released, it's only available currently as a release candidate, so it's entirely possible that the release candidate is somehow broken.
React Native Version
0.71.4
Output of
npx react-native info
Steps to reproduce
npx react-native@latest init clean_rn_project
cd clean_rn_project
npx react-native run-ios
Snack, code example, screenshot, or link to a repository
This is reproduced in a clean RN project so no code is necessary.
The text was updated successfully, but these errors were encountered: