0

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?

AKornich
  • 682
  • 5
  • 16

1 Answers1

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