EXC_CRASH (SIGABRT) EXC_CORPSE_NOTIFY
Just posting the crash report may not be enough. Please explain the context, show the code where crash occurs.
Exception Type: EXC_CRASH (SIGABRT)
This suggests that your app crashed due to an unhandled language exception.
Thread 0 name:
Thread 0 Crashed:
0 libsystem_kernel.dylib … __pthread_kill + 8
1 libsystem_pthread.dylib … pthread_kill + 268 (pthread.c:1609)
2 libsystem_c.dylib … abort + 164 (abort.c:118)
3 Flutter … 0x1056c4000 + 3067600
4 Flutter … 0x1056c4000 + 3067904
5 Flutter … 0x1056c4000 + 5137672
6 Flutter … 0x1056c4000 + 3471428
7 Flutter … 0x1056c4000 + 81184
8 Flutter … 0x1056c4000 + 173072
9 Flutter … 0x1056c4000 + 172620
10 UIKitCore … -[UINib instantiateWithOwner:options:] + 2296 (UINib.m:390)
And this confirm that the language exception was thrown by your third-party runtime. You should symbolicate your log to see if that offers any hints as to what’s gone wrong. See Adding Identifiable Symbol Names to a Crash Report. If not, you’ll need to escalate this via the support channel for that runtime.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"