My apologies, I misread the crash report. You're right, the crash seems to be caused by an exception thrown by RCTFatal. Unfortunately, I can't seem to retrieve any logs prior to the occurrence of the fatal error. I haven't been able to identify the cause of the unhandled language exception since I cannot reproduce it. I also only have 1 crash report available to view in XCode.
How can I troubleshoot further? Now that I know the crash is coming from frame 2 in the Last Exception Backtrace (RCTFatal + 668) what are some things that I could look for to help narrow this down?
Thanks for your response.