作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的应用程序崩溃了,但我不知道问题所在..
0 klood 0x00000001000e4640 0x1000ac000 + 230976
1 PexKit 0x00000001003a17e8 0x100334000 + 448488
2 PexKit 0x00000001003a1414 0x100334000 + 447508
3 Foundation 0x0000000182f04540 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 16
4 Foundation 0x0000000182e56870 -[NSBlockOperation main] + 96
5 Foundation 0x0000000182e46e48 -[__NSOperationInternal _start:] + 604
6 Foundation 0x0000000182f06934 __NSOQSchedule_f + 224
7 libdispatch.dylib 0x0000000181f9547c _dispatch_client_callout + 16
8 libdispatch.dylib 0x0000000181f9ab84 _dispatch_main_queue_callback_4CF + 1844
9 CoreFoundation 0x0000000182500d50 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
10 CoreFoundation 0x00000001824febb8 __CFRunLoopRun + 1628
11 CoreFoundation 0x0000000182428c50 CFRunLoopRunSpecific + 384
12 GraphicsServices 0x0000000183d10088 GSEventRunModal + 180
13 UIKit 0x0000000187712088 UIApplicationMain + 204
14 klood 0x0000000100162fb0 0x1000ac000 + 749488
15 libdyld.dylib 0x0000000181fc68b8 start + 4
我认为问题可能是_dispatch_main_queue_callback_4CF
,我不知道如何解决它,非常感谢。
最佳答案
从头开始,用断点一步步跟踪你的代码。如果您不知道从哪里开始,请将断点放置在第一个 viewDidLoad() 处,然后从那里开始执行。
关于swift - 如何在 swift 中调试此信息(SIGTRAP #0)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38308888/
我是一名优秀的程序员,十分优秀!