Debugging crashed iOS app on TestFlight

Hi, I’ve got an app which is crashing for a user, but not getting any useful info:

Thread 0 name: JUCE Message Thread Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 MIDISynth-Control 0x0000000102a155a8 0x1027d4000 + 2364840
1 MIDISynth-Control 0x0000000102a9be60 0x1027d4000 + 2915936
2 MIDISynth-Control 0x00000001029ee574 0x1027d4000 + 2205044
3 MIDISynth-Control 0x0000000102826d50 0x1027d4000 + 339280
4 MIDISynth-Control 0x00000001027fea18 0x1027d4000 + 174616
5 MIDISynth-Control 0x00000001028053ec 0x1027d4000 + 201708
6 MIDISynth-Control 0x0000000102936ebc 0x1027d4000 + 1453756
7 MIDISynth-Control 0x0000000102936a98 0x1027d4000 + 1452696
8 MIDISynth-Control 0x0000000102a19288 0x1027d4000 + 2380424
9 MIDISynth-Control 0x0000000102984828 0x1027d4000 + 1771560
10 MIDISynth-Control 0x0000000102988ff8 0x1027d4000 + 1789944
11 MIDISynth-Control 0x0000000102988ae8 0x1027d4000 + 1788648
12 UIKitCore 0x00000001a7602d68 0x1a6bd8000 + 10661224
13 UIKitCore 0x00000001a76040a8 0x1a6bd8000 + 10666152
14 UIKitCore 0x00000001a75e0ae8 0x1a6bd8000 + 10521320
15 UIKitCore 0x00000001a765823c 0x1a6bd8000 + 11010620
16 UIKitCore 0x00000001a765a798 0x1a6bd8000 + 11020184
17 UIKitCore 0x00000001a765360c 0x1a6bd8000 + 10991116
18 CoreFoundation 0x00000001a35387e0 0x1a348f000 + 694240
19 CoreFoundation 0x00000001a3538738 0x1a348f000 + 694072
20 CoreFoundation 0x00000001a3537ed0 0x1a348f000 + 691920
21 CoreFoundation 0x00000001a353301c 0x1a348f000 + 671772
22 CoreFoundation 0x00000001a35328bc 0x1a348f000 + 669884
23 GraphicsServices 0x00000001ad39e328 0x1ad39b000 + 13096
24 UIKitCore 0x00000001a75c86d4 0x1a6bd8000 + 10421972
25 MIDISynth-Control 0x00000001027d92ac 0x1027d4000 + 21164
26 libdyld.dylib 0x00000001a33bd460 0x1a33bc000 + 5216

Is there any way to create a build for shipping to appstore with more info. I’m currently using the “Archive” function to create and distribute.

thx

Maybe this?

1 Like

thanks. I’ll try that out.