atos and dwarfdump won't symbolicate my address

前端 未结 6 874
粉色の甜心
粉色の甜心 2020-12-02 07:55

I received a crash report via AirBrake.io that isn\'t symbolicated. Since the crash report is not in exactly the same format as an Apple crashlog I can\'t just drop it on XC

6条回答
  •  攒了一身酷
    2020-12-02 08:12

    I think this post may help you, https://stackoverflow.com/a/12559150/1773317. Joe's commit soled my problem.

    The reason is that my .app and .dSYM files can't be indexed by spotlight, so my XCode can't symbolicate the crash info correctly.

提交回复
热议问题