简体   繁体   中英

How movable are iOS debug symbols in Xcode?

I'm using QuincyKit to analyse crash dumps from my iOS apps. QuincyKit's symbolication script is capable of handling both my code and system code - as long as the debug symbols for the relevant version of iOS are present on the machine.

Said symbols reside under (Home)/Library/Developer/Xcode/iOS DeviceSupport . Question - did anyone ever try to move those folders from one machine with Xcode to another?

I could use some 7.0.x symbols; chances of getting a device with that version are practically nil by now.

Just check the source of symbolicatecrash.pl that you use for symbolication.

It searches the iOS system symbols in the following paths:

/System/Library/Developer/Xcode/iOS DeviceSupport/
~/Library/Developer/Xcode/iOS DeviceSupport/
Xcode.app/Contents/Developer/Platforms/*.platform/DeviceSupport/

These paths are hardcoded and may change with every update of the script (as it is part of Xcode).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM