In My scenario, I am using Xcode 12.0.1
and React Native:"0.63.3"
. Here, I am getting Xcode crash in below file and line
if (log && level >= RCTGetLogThreshold()) { // Get message va_list args; va_start(args, format); NSString *message = [[NSString alloc] initWithFormat:format arguments:args]; //Thread 23: EXC_BAD_ACCESS (code=1, address=0x1c) va_end(args);
I am not able to see the exact error. How to resolve this? This is happening after updating latest Xcode.