To fully symbolicate Apple crash files it would be nice to have all the dSYM files for all the modules (binary images) mentioned in the crash stack traces. Where do people normally get dSYM files for OS/system components of iOS, macOS, etc.? Is there any centralized repo for getting those?
Asked
Active
Viewed 333 times
0
-
1If you plug to your Mac the device with the iOS version that is specified in crash log having Xcode opened, Xcode will generate symbols for that iOS version. – Eugene Dudnyk Sep 24 '20 at 01:25
-
@EugeneDudnyk, thanks! What would be the location where the symbol files will be dropped to? – AKornich Sep 24 '20 at 16:44
-
1`~/Library/Developer/Xcode/iOS DeviceSupport/
( – Eugene Dudnyk Sep 24 '20 at 16:54)/Symbols` -
@EugeneDudnyk, thanks a lot! – AKornich Sep 24 '20 at 16:57
1 Answers
0
The list and download links can be found on GitHub - https://github.com/Zuikyo/iOS-System-Symbols/blob/master/collected-symbol-files.md
Unfortunately there are only iOS 13 and earlier versions.

Pavel
- 920
- 8
- 16
-
Yes, that is exactly what my company was using while the repo was actively maintained. But not anymore :) – AKornich Aug 03 '21 at 17:01