-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
iOS app crash when new architecture is enabled for RN 0.69 #34060
Comments
I'm also getting this error after using react-native-community/react-native-template-typescript@6.11.1 ios hermes enabled |
Hello, I'm encountering an error similar to @PritishSawant on a fresh install of React-Native in version 0.69 at build time on iOS. |
This is resolved in RN 0.69.1 |
is this any way to fix this runtime crash without upgrading to 0.69.1 ? |
I am also facing this issue
System: |
Description
IOS app crash when new architecture is enabled.
Following is the error message
Version
0.69.0
Output of
npx react-native info
info Fetching system and libraries information...
System:
OS: macOS 12.4
CPU: (8) x64 Apple M1
Memory: 44.15 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.13.0 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 8.1.0 - /usr/local/bin/npm
Watchman: 2022.03.21.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
Android SDK: Not Found
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8609683
Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
Languages:
Java: javac 16 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.0.0 => 18.0.0
react-native: 0.69.0 => 0.69.0
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
Run
npx react-native init myapp
cd to ios
Run
RCT_NEW_ARCH_ENABLED=1 pod install
Run
npx react-native run-ios
Snack, code example, screenshot, or link to a repository
https://github.com/PritishSawant/reactnativeiosappturbomodulesv3
The text was updated successfully, but these errors were encountered: