Where to get iOS system symbols for other iOS versions

后端 未结 3 1318
温柔的废话
温柔的废话 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条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-07 01:00

    I know only long hard way: download ipsw file and extract symbols from it with hackers tools. Maybe anyone can find way easier?

    upd: I have found solution simpler.

    I tried to symbolify iOS 7.0.1 symbols, but unsucessfull (same reason as you have with iOS 6.1.4)

    Next steps help me:

    1. I edited .crash file and change iOS 7.0.1 to iOS 7.0
    2. backup and delete everything from ~/Library/Developer/Xcode/iOS DeviceSupport
    3. run symbolicatecrash from Xcode5 (which contains iOS 7 symbols)

    Ignoring some а these steps do unsuccesfull results for me.

    I hope it helps you.

提交回复
热议问题