app crashes with EXC_CRASH (SIGABRT)

Hello, I have a crash problem when I send the new version of my app to apple. Locally everything works, I don't understand the problem I'm lost ...

Here is the crash log :

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Application Specific Information:
abort() called

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001be75e7b0 0x1be737000 + 161712
1   libsystem_pthread.dylib       	0x00000001da98c9c0 0x1da982000 + 43456

...

Someone can help me ?

Hi, I had the same problem and a very similar error message using Flutter version 2.2. After upgrading to the latest Flutter version (2.5.2) the submitted build didn't crash any more.

Hope this helps ;)

app crashes with EXC_CRASH (SIGABRT)
 
 
Q