iOS Question symbolicating problem

tufanv

Expert
Licensed User
Longtime User
Hello,

The crash report I have received from apple is :

B4X:
0   libsystem_kernel.dylib            0x00000001ffd43104 0x1ffd20000 + 143620
1   libsystem_pthread.dylib           0x00000001ffdbe070 0x1ffdbc000 + 8304
2   libsystem_c.dylib                 0x00000001ffc9ad78 0x1ffc43000 + 359800
3   libc++abi.dylib                   0x00000001ff364f78 0x1ff363000 + 8056
4   libc++abi.dylib                   0x00000001ff365120 0x1ff363000 + 8480
5   libobjc.A.dylib                   0x00000001ff37de48 0x1ff377000 + 28232
6   libc++abi.dylib                   0x00000001ff3710fc 0x1ff363000 + 57596
7   libc++abi.dylib                   0x00000001ff371188 0x1ff363000 + 57736
8   libdispatch.dylib                 0x00000001ffbe6498 0x1ffb85000 + 398488
9   libdispatch.dylib                 0x00000001ffb929b4 0x1ffb85000 + 55732
10  CoreFoundation                    0x000000020013bdd0 0x200090000 + 703952
11  CoreFoundation                    0x0000000200136c98 0x200090000 + 683160
12  CoreFoundation                    0x00000002001361cc 0x200090000 + 680396
13  GraphicsServices                  0x00000002023ad584 0x2023a2000 + 46468
14  UIKitCore                         0x000000022cfa9054 0x22c6c1000 + 9338964
15  Doviz                             0x0000000100795cac 0x100790000 + 23724
16  libdyld.dylib                     0x00000001ffbf6bb4 0x1ffbf6000 + 2996

I have checked the symbolicating tutorial but my problem is , in thread o , there is nothing stating with Doviz ( my app name ) , just line 15 and it outputs : main(in Doviz) (main.m 16 ) nothing more.

What can I do ? I can't find why my app crashes on startup

Thanks
 

tufanv

Expert
Licensed User
Longtime User
Have you tested your app in release mode after you first uninstall the existing app?
Yes, @JanPRO sent me the symbolicated report , I forgot to add the ad consent bundle , and it was on the store for a long time that way. Maybe all EU users were crashing on startup ..
 
Upvote 0
Top