Where to get iOS system symbols for other iOS versions

后端 未结 3 1320
温柔的废话
温柔的废话 2021-02-07 00:16

Please note: I am asking for a place I can download the symbols, or for a conclusive answer that such a site is prohibited by Apple. The \"duplicate\" question is simil

3条回答
  •  -上瘾入骨i
    2021-02-07 01:09

    You should be able to symlink the 6.1.something SDK that you have to 6.1.4, similar to my answer here (https://stackoverflow.com/a/19383685/473067). In this case, of course, the symlink should be in Xcode5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs.

    We routinely symbolicate crashes using SDK versions that are close enough, but we use our own symbolification script instead of the Xcode one, and the symbols don't always match, so YMMV.

提交回复
热议问题