I have a crash log from my iPad app and the corresponding dSYM file, so I can use the symbolicatecrash
script to add the symbols from my code. However, I'd also like to add the symbols from the System frameworks (such as UIKit, CoreFoundation, etc.).
Is there a way to add those symbols also?
I've noticed that the Xcode Organizer will add System framework symbols when it automatically symbolicates crash logs it gets from the device (even for apps that I got from the AppStore), so I assume that info exists somewhere.
Edit:
A few more details:
- The crash occurred on somebody ele's iOS device.
- They were running a Release build that was built on another machine (i.e. not my machine).
- I have the binary and dSYM file of the build they were running (on my machine, where Spotlight can see them).
- The crash log was downloaded to their computer (different than mine or the build machine) using iTunes.
- I tried dragging the crash log to the Xcode Organizer on both my machine and the build machine, but it didn't help.