Reputation: 902
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?
Upvotes: 0
Views: 466
Reputation: 930
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.
Upvotes: 0