Help with crash log EXC_CRASH (SIGABRT)

Can anyone assist with how to interpret this crash? I am getting crash as soon as app launches in iOS 13.5.1. Below this version everything working fine.
Unable to get the exact cause of issue.


Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystemkernel.dylib 0x000000019ff22d88 0x19fefd000 + 155016
1 libsystem
pthread.dylib 0x000000019fe3b1e8 0x19fe39000 + 8680
2 libsystem_c.dylib 0x000000019fd8e934 0x19fd1c000 + 469300
3 libc++abi.dylib 0x000000019fef6cc0 0x19fee4000 + 76992
4 libc++abi.dylib 0x000000019fee8e10 0x19fee4000 + 19984
5 libobjc.A.dylib 0x000000019fe4fe80 0x19fe4a000 + 24192
6 libc++abi.dylib 0x000000019fef614c 0x19fee4000 + 74060
7 libc++abi.dylib 0x000000019fef60e4 0x19fee4000 + 73956
8 libdispatch.dylib 0x000000019fdf3538 0x19fd98000 + 374072
9 libdispatch.dylib 0x000000019fda55b4 0x19fd98000 + 54708
10 CoreFoundation 0x00000001a00ab7fc 0x1a0003000 + 690172
11 CoreFoundation 0x00000001a00a66d0 0x1a0003000 + 669392
12 CoreFoundation 0x00000001a00a5ce8 0x1a0003000 + 666856
13 GraphicsServices 0x00000001aa1f038c 0x1aa1ed000 + 13196
14 UIKitCore 0x00000001a41d4444 0x1a37a6000 + 10675268
15 Zippy Opinion IN 0x0000000104623778 main + 341880 (main.m:13)
16 libdyld.dylib 0x000000019ff2d8f0 0x19ff2c000 + 6384


Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x000000019fef9f29 x5: 0x000000016b82e640 x6: 0x000000000000006e x7: 0xffffffffffffffec
x8: 0x0000000104fd5840 x9: 0xe9363c22d8505728 x10: 0x000000019fe3b160 x11: 0x000000000000000b
x12: 0x00000001db3f3080 x13: 0x0000000000000001 x14: 0x0000000000000010 x15: 0x0000000000000002
x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x0000000000000407 x21: 0x000000016b82e640 x22: 0x0000000104fd5920 x23: 0x0000000000000000
x24: 0x0000000000000114 x25: 0x0000000283cee540 x26: 0x0000000104fd5920 x27: 0x00000000000020ff
x28: 0x0000000002ffffff fp: 0x000000016b82e5a0 lr: 0x000000019fe3b1e8
sp: 0x000000016b82e580 pc: 0x000000019ff22d88 cpsr: 0x40000000
esr: 0x56000080 Address size fault


Answered by DTS Engineer in 616642022
This looks like a UISearchDisplayController problem. See this thread for details.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Accepted Answer
This looks like a UISearchDisplayController problem. See this thread for details.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Thank you eskimo! yes it was UISearchDisplayController problem.

Help with crash log EXC_CRASH (SIGABRT)
 
 
Q