Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

crash reports - SwiftUI Sign With Apple crashing when reviewed by AppStoreConnect team - EXC_BREAKPOINT (SIGTRAP)

I'm submitting an update to my app and it just got rejected because they say its crashing when using Sign With Apple. I've tested on multiple devices and the app never crashes when signing in. So I can't reproduce the crash. They sent me the crash log but I don't know how to interpret it.

The strange thing is that there were no changes on any of that codes and it was approved before and now its getting rejected.

Can someone help me?

Here are the crash logs they sent:

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000019b02caa8
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [727]
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libswiftCore.dylib              0x000000019b02caa8 0x19affc000 + 199336
1   libswiftCore.dylib              0x000000019b02caa8 0x19affc000 + 199336
2   libswiftCore.dylib              0x000000019b0812f0 0x19affc000 + 545520
3   Antarte                         0x00000001006bdc34 0x10067c000 + 269364
4   Alamofire                       0x0000000100ef69b4 0x100e50000 + 682420
5   Alamofire                       0x0000000100e88494 0x100e50000 + 230548
6   libdispatch.dylib               0x0000000197243298 0x1971e3000 + 393880
7   libdispatch.dylib               0x0000000197244280 0x1971e3000 + 397952
8   libdispatch.dylib               0x00000001971f305c 0x1971e3000 + 65628
9   CoreFoundation                  0x000000019758b5e0 0x1974f1000 + 632288
10  CoreFoundation                  0x0000000197585a88 0x1974f1000 + 608904
11  CoreFoundation                  0x0000000197584ba0 0x1974f1000 + 605088
12  GraphicsServices                0x00000001ae2c2598 0x1ae2bf000 + 13720
13  UIKitCore                       0x0000000199e743d8 0x199346000 + 11723736
14  UIKitCore                       0x0000000199e79958 0x199346000 + 11745624
15  Antarte                         0x000000010068caf0 0x10067c000 + 68336
16  libdyld.dylib                   0x0000000197263568 0x197262000 + 5480

Thread 1 name:  com.apple.uikit.eventfetch-thread
Thread 1:
0   libsystem_kernel.dylib          0x00000001c2d17644 0x1c2d13000 + 17988
1   libsystem_kernel.dylib          0x00000001c2d16a48 0x1c2d13000 + 14920
2   CoreFoundation                  0x000000019758b0fc 0x1974f1000 + 631036
3   CoreFoundation                  0x0000000197585570 0x1974f1000 + 607600
4   CoreFoundation                  0x0000000197584ba0 0x1974f1000 + 605088
5   Foundation                      0x00000001987a47f8 0x19879d000 + 30712
6   Foundation                      0x00000001987a46d8 0x19879d000 + 30424
7   UIKitCore                       0x0000000199f20140 0x199346000 + 12427584
8   Foundation                      0x00000001989014bc 0x19879d000 + 1459388
9   libsystem_pthread.dylib         0x00000001df08db3c 0x1df084000 + 39740
10  libsystem_pthread.dylib         0x00000001df092880 0x1df084000 + 59520

Thread 2 name:  com.apple.NSURLConnectionLoader
Thread 2:
0   libsystem_kernel.dylib          0x00000001c2d17644 0x1c2d13000 + 17988
1   libsystem_kernel.dylib          0x00000001c2d16a48 0x1c2d13000 + 14920
2   CoreFoundation                  0x000000019758b0fc 0x1974f1000 + 631036
3   CoreFoundation                  0x0000000197585570 0x1974f1000 + 607600
4   CoreFoundation                  0x0000000197584ba0 0x1974f1000 + 605088
5   CFNetwork                       0x0000000197e165d0 0x197be4000 + 2303440
6   Foundation                      0x00000001989014bc 0x19879d000 + 1459388
7   libsystem_pthread.dylib         0x00000001df08db3c 0x1df084000 + 39740
8   libsystem_pthread.dylib         0x00000001df092880 0x1df084000 + 59520

Thread 3:
0   libsystem_pthread.dylib         0x00000001df09286c 0x1df084000 + 59500

Thread 4:
0   libsystem_pthread.dylib         0x00000001df09286c 0x1df084000 + 59500

Thread 5:
0   libsystem_pthread.dylib         0x00000001df09286c 0x1df084000 + 59500

Thread 6 name:  Dispatch queue: com.apple.CFNetwork.CacheDB-write
Thread 6:
0   libsystem_kernel.dylib          0x00000001c2d17644 0x1c2d13000 + 17988
1   libsystem_kernel.dylib          0x00000001c2d16a48 0x1c2d13000 + 14920
2   libdispatch.dylib               0x00000001971fc84c 0x1971e3000 + 104524
3   libdispatch.dylib               0x00000001971fcbe0 0x1971e3000 + 105440
4   libxpc.dylib                    0x00000001df0af114 0x1df0a3000 + 49428
5   RunningBoardServices            0x00000001a033822c 0x1a0303000 + 217644
6   RunningBoardServices            0x00000001a033890c 0x1a0303000 + 219404
7   RunningBoardServices            0x00000001a031cc0c 0x1a0303000 + 105484
8   RunningBoardServices            0x00000001a0319e04 0x1a0303000 + 93700
9   CFNetwork                       0x0000000197c4ebdc 0x197be4000 + 437212
10  CFNetwork                       0x0000000197c588ac 0x197be4000 + 477356
11  libdispatch.dylib               0x00000001971f375c 0x1971e3000 + 67420
12  libdispatch.dylib               0x0000000197244280 0x1971e3000 + 397952
13  libdispatch.dylib               0x00000001971ecdcc 0x1971e3000 + 40396
14  libdispatch.dylib               0x00000001971ed8d8 0x1971e3000 + 43224
15  libdispatch.dylib               0x00000001971f7338 0x1971e3000 + 82744
16  libsystem_pthread.dylib         0x00000001df08f5a4 0x1df084000 + 46500
17  libsystem_pthread.dylib         0x00000001df092874 0x1df084000 + 59508

Thread 7:
0   libsystem_pthread.dylib         0x00000001df09286c 0x1df084000 + 59500

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x000000011213b580   x1: 0x000000019b2facb4   x2: 0x0000000000000507   x3: 0x0000000101344640
x4: 0x00000000000001b0   x5: 0x0000000101344640   x6: 0x000000000000001c   x7: 0x00000000000007e0
x8: 0x000000011213b588   x9: 0x0000000200000003  x10: 0xfffffffe00000000  x11: 0x0000000000000000
x12: 0x0000000000000003  x13: 0x00000000b32d3d4d  x14: 0x00000000b32d3d3a  x15: 0x00000000000013d3
x16: 0x00000001df07c9b8  x17: 0x0000000010802000  x18: 0x0000000000000000  x19: 0x000000019b37a094
x20: 0x0000000000000000  x21: 0x0000000000000000  x22: 0x000000000000027d  x23: 0x0000000100b287e0
x24: 0x000000011213b580  x25: 0xf000000000000114  x26: 0x000000000000000b  x27: 0x0000000000000002
x28: 0x000000010fa61d98   fp: 0x000000016f782760   lr: 0x000000019b02caa8
sp: 0x000000016f7826e0   pc: 0x000000019b02caa8 cpsr: 0x60000000
esr: 0xf2000001  Address size fault

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...