Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

How to resolve React Native - Xcode _RCTLogNativeInternal crash?

$
0
0

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.


Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>