forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
Description
Environment
react-native -v: 13.6.9
npm ls react-native-macos: 0.74.1
node -v: v20.16.0
npm -v: 10.8.1
yarn --version: 4.3.1
xcodebuild -version: Xcode 15.3
Steps to reproduce the bug
This seems to be randomly happening while starting up. I don't have exact repro steps as it's intermittent.
Expected Behavior
RNM doesn't randomly crash on startup.
Actual Behavior
This actually occurs while we run our smoke test in RNTA:
Testing failed:
ReactTestApp (14119) encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted. (Underlying Error: Crash: ReactTestApp (14119) __55-[RCTDevLoadingView showMessage:color:backgroundColor:]_block_invoke. libsystem_c.dylib: abort() called))
** TEST EXECUTE FAILED **
Restarting the job a few times makes it go away.
Reproducible Demo
No response
Additional context
No response
matthargett