facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.27k stars 952 forks source link

React Native app crashes when running unit tests on iOS build #4331

Open akkadaya opened 1 year ago

akkadaya commented 1 year ago

🐛 Bug Report

After building the app and running tests using

fastlane tests

I get this crash report almost 50% of the time

MYAPP (12345) encountered an error (Early unexpected exit, 
operation never finished bootstrapping - no restart will be attempted. (Underlying Error: Crash: MYAPP (12345)) 
__78+[SKFLEXNetworkObserver injectIntoNSURLSessionAsyncDataAndDownloadTaskMethods]_block_invoke_2.

The only place I could find SKFLEXNetworkObserver is in Flipper and Flipper Network plugin code

Have you had any issues like this? any idea how to troubleshoot it?

To Reproduce

Build and run fastlane tests

Environment

sam-uraii commented 7 months ago

+1 Did you resolve it??