crash log does not symbolicate system libraries armv7s

前端 未结 3 966
情书的邮戳
情书的邮戳 2021-01-06 06:28

I am trying to analyse a crash log that a customer sent me, but I cannot get it to symbolicate the system library calls. It does symbolicate calls

3条回答
  •  广开言路
    2021-01-06 07:02

    There are only two ways to solve this:

    1. You either need an iPhone 5 device with iOS 6.1.3 to plug into your computer so Xcode can import the symbols
    2. Or you need to get the symbols from another developer and replace yours with them.

    Usually the symbols are part of the latest Xcode release, but Apple doesn't always provide Xcode updates when an iOS version only contains bug-fixes but no API changes.

提交回复
热议问题