Having issue with React Native, my App crashes on exit(when it got swiped up to unload it), XCode debugger point to the first exception location here:
react-native/ReactCommon/jsinspector/InspectorInterfaces.cpp: Line 68 in ede2c50
std::lock_guard<std::mutex> lock(mutex_);
("mutex lock failed")Then this exception is not handled and terminate() called.
Xcode: 11.4.1/11E503a - /usr/bin/xcodebuildreact: 16.9.0 => 16.9.0react-native: 0.61.5 => 0.61.5
Any ideas on how to find out a reason for this issue?