I have a crash callstack from an application and I know exactly which version of OSX it's coming from. I can symbolicate my app frames fine but I have no idea where one can get .dSYM for system libraries.
My input is for example this:
OS: Mac OS X 10.14.3 (18D42)
Foundation + 0x1c4aa
I am basically looking for an equivalent of Microsoft's symbol server. From my web searches it looks as though some iOS .dSYM files ship with XCode but I haven't found anything related to desktop symbols. I must be missing something really obvious here 🙂
Thank you!
Ladi