【发布时间】:2015-12-30 05:11:21
【问题描述】:
我通过 Crashlytics 在我的应用程序中遇到了这个错误。我无法找到此崩溃发生的位置和方式。以下是 Crashlytics 的日志:
Thread : Crashed: com.apple.main-thread
0 CoreLocation 0x0000000183f62304 (null) + 60044
1 CoreLocation 0x0000000183f230f0 (null) + 1436
2 CoreLocation 0x0000000183f230f0 (null) + 1436
3 CoreLocation 0x0000000183f2261c (null) + 1980
4 CoreFoundation 0x0000000183754c9c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28
5 CoreFoundation 0x0000000183754940 __CFRunLoopDoTimer + 884
6 CoreFoundation 0x0000000183752054 __CFRunLoopRun + 1520
7 CoreFoundation 0x0000000183680dc0 CFRunLoopRunSpecific + 384
这也说明了: 崩溃:com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS 在 0x6136383561626000
谁能指出我正确的方向?谢谢
【问题讨论】:
-
它说你在定时器回调中崩溃了。这就是它所说的全部。
-
问题解决了吗?
-
问题解决了吗?
-
这有什么更新吗?
-
我也遇到了同样的问题,如果您解决了这个问题或找出为什么会这样,请告诉我?
标签: ios core-location exc-bad-access