Closed
Description
New Version
0.73.0-rc.1
Old Version
0.72.5
Build Target(s)
iOS simulator
Output of react-native info
System:
OS: macOS 13.5.2
CPU: (10) arm64 Apple M1 Max
Memory: 23.29 GB / 64.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.16.1
path: /var/folders/5l/y80kyhh93kl22_mbytwl_hg40000gq/T/yarn--1696591343127-0.3534219795138642/node
Yarn:
version: 1.22.19
path: /var/folders/5l/y80kyhh93kl22_mbytwl_hg40000gq/T/yarn--1696591343127-0.3534219795138642/yarn
npm:
version: 9.5.1
path: ~/.volta/tools/image/node/18.16.1/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.12.1
path: /Users/louis.zawadzki/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.0
- iOS 17.0
- macOS 14.0
- tvOS 17.0
- watchOS 10.0
Android SDK: Not Found
IDEs:
Android Studio: 2022.3 AI-223.8836.35.2231.10671973
Xcode:
version: 15.0/15A240d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 11.0.16.1
path: /Users/louis.zawadzki/.sdkman/candidates/java/current/bin/javac
Ruby:
version: 2.7.5
path: /Users/louis.zawadzki/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.73.0-rc.1
wanted: 0.73.0-rc.1
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Issue and Reproduction Steps
- Create a new project with
npx react-native@latest init MyApp --version 0.73.0-rc.1
- Run
(cd ios && USE_FRAMEWORKS=dynamic pod install)
- Build the app using XCode 15
The app crashes immediately with the following error:
dyld[38734]: symbol not found in flat namespace '_jump_fcontext'
XCode screenshot: