xcode - Where to get iOS system symbols for other iOS versions -
please note: asking place can download symbols, or conclusive answer such site prohibited apple. "duplicate" question similar 1 linked in question: suggested answer access physical device or find developer has one.
i've symbolicated crashdump, lines in application code symbolicated; system code not. looks this:
thread 0 crashed: 0 libobjc.a.dylib 0x39c195d0 0x39c16000 + 13776 1 quartzcore 0x33aefcad 0x33ade000 + 72877 2 quartzcore 0x33af3105 0x33ade000 + 86277 <snip> 13 uikit 0x33d862b9 0x33d2f000 + 357049 14 myapp 0x0005ef87 main (main.m:14) ... thread 7: 0 libsystem_kernel.dylib 0x3a101e30 0x3a101000 + 3632 1 corefoundation 0x31ef82bb 0x31e61000 + 619195 2 corefoundation 0x31ef7031 0x31e61000 + 614449 3 corefoundation 0x31e6a23d 0x31e61000 + 37437 4 corefoundation 0x31ec8c4b 0x31e61000 + 425035 5 myapp 0x0016f293 +[ua_asihttprequest runrequests] (ua_asihttprequest.m:4795) 6 foundation 0x3283b231 0x3278a000 + 725553 7 libsystem_c.dylib 0x3a06b0e1 0x3a05a000 + 69857
i gather this question because crash came in ios 6.1.4 device, , not have symbols ios 6.1.4 in ~/library/developer/xcode/ios devicesupport folder.
unfortunately, ios 6.1.4 iphone 5-only release, , don't have physical access iphone 5 can update 6.1.4, getting symbols off device out. there anyplace download symbols different ios versions (without devices run versions), or these considered apple confidential?
i know long hard way: download ipsw file , extract symbols hackers tools. maybe can find way easier?
upd: i have found solution simpler.
i tried symbolify ios 7.0.1 symbols, unsucessfull (same reason have ios 6.1.4)
next steps me:
- i edited
.crash
file , change ios 7.0.1 ios 7.0 - backup , delete
~/library/developer/xcode/ios devicesupport
- run symbolicatecrash xcode5 (which contains ios 7 symbols)
ignoring а these steps unsuccesfull results me.
i hope helps you.
Comments
Post a Comment