解析包含libswiftcore.dylib的iOS崩溃日志行的符号化

17

我正在尝试调试iOS崩溃(iOS8.4),但是在对日志进行符号化后,libswiftCore.dylib的行并没有多大意义。有人知道如何对下面0-2行进行符号化吗?

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000010089d474
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libswiftCore.dylib              0x000000010089d474 0x1007dc000 + 791668
1   libswiftCore.dylib              0x00000001007fd288 0x1007dc000 + 135816
2   libswiftCore.dylib              0x00000001007fd1e4 0x1007dc000 + 135652
3   ImpliciTunes                    0x000000010018e7f0 ImpliciTunes.QueryGenerator.prepareNewContextList (ImpliciTunes.QueryGenerator)([ImpliciTunes.FuzzyContextModelOutput]) -> () (QueryGenerator.swift:131)
4   ImpliciTunes                    0x000000010018f214 ImpliciTunes.QueryGenerator.processNewSensorState (ImpliciTunes.QueryGenerator)(force : Swift.Bool) -> () (QueryGenerator.swift:173)
5   ImpliciTunes                    0x0000000100190668 ImpliciTunes.QueryGenerator.indoorOutdoorStateUpdated (ImpliciTunes.QueryGenerator)(Swift.Int) -> () (QueryGenerator.swift:207)
6   ImpliciTunes                    0x00000001001906ac @objc ImpliciTunes.QueryGenerator.indoorOutdoorStateUpdated (ImpliciTunes.QueryGenerator)(Swift.Int) -> () (QueryGenerator.swift:0)
7   ImpliciTunes                    0x000000010011dc18 ImpliciTunes.IndoorOutdoor.hysterisisTimerExpired (ImpliciTunes.IndoorOutdoor)(ObjectiveC.NSTimer) -> () (IndoorOutdoor.swift:202)
8   ImpliciTunes                    0x000000010011dcd4 @objc ImpliciTunes.IndoorOutdoor.hysterisisTimerExpired (ImpliciTunes.IndoorOutdoor)(ObjectiveC.NSTimer) -> () (IndoorOutdoor.swift:0)

你找到解决方案了吗? - Tadeas Kriz
我能够使用Crashlytics对其进行符号化 - 没有手动操作。 - inc_london
4
我遇到了同样的问题。我使用HockeyApp而不是Crashlytics,但是libswiftCore.dylib部分从未被符号化。该应用程序和框架的dSYM似乎已经正确生成。我是否缺少某些构建设置?非常感谢任何帮助。 - Micky
1个回答

0

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接