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

inc*_*don 13 crash ios swift

尝试调试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)
Run Code Online (Sandbox Code Playgroud)

Saz*_*bal 0

在共享应用程序之前,请确保您的应用程序已使用位码上传,您可以使用从 iTunes 下载并从 xcode 存档的 dsym 文件轻松跟踪崩溃报告。

有关更多详细信息,请访问此参考网址

[e欲了解更多,请点击她

https://developer.apple.com/library/archive/technotes/tn2151/_index.html