小编Hos*_*sny的帖子

我的应用被Exception EXC_BREAKPOINT(SIGTRAP)拒绝

我在iPhone和iPad设备上测试了我的应用程序它工作正常,我也在iOS 10.1.1和IPV6网络上测试它也工作正常但是在我的应用程序上传到应用商店后,它被拒绝,因为它在登录时崩溃如果设备离线或在Wifi上.他们给了我一份崩溃报告,在我对它进行了联合后,我得到了这个信息:

Date/Time:           2016-11-01 10:07:03.2150 -0700
Launch Time:         2016-11-01 10:05:21.7124 -0700
OS Version:          iPhone OS 10.1 (14B72)
Report Version:      104

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

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   MyApp                       -[FIRMessagingSecureSocket closeStream:] (in MyApp) + 56
1   MyApp                       -[FIRMessagingRmq2PersistentStore openDatabase:] (in MyApp) + 228
2   MyApp                       -[FIRMessagingReceiver didSendDataMessageWithID:] (in MyApp) + …
Run Code Online (Sandbox Code Playgroud)

app-store ios swift

4
推荐指数
2
解决办法
8747
查看次数

标签 统计

app-store ×1

ios ×1

swift ×1