Exception Type: EXC_CRASH (SIGABRT)
This means that your app crashed itself by calling abort
. The presence of the Last Exception Backtrace
section indicates that this is due to an unhandled language exception. This frame in that backtrace:
4 GreenAct … -[RCTExceptionsManager reportException:] + 1408 …
indicates that is coming out your third-party runtime. I don’t maintain expertise in third-party runtimes, so I can’t offer any insight into that. My advice is that you escalate this via the runtime’s support channel.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"