How to symbolicate crash log with Xcode 7?

后端 未结 1 997
忘了有多久
忘了有多久 2020-12-06 10:40

So the technique I was using with Xcode 6 appears to be deprecated, the symbolicatecrash.sh script is not located in the xcode bundle anymore. Instead there is an executabl

相关标签:
1条回答
  • 2020-12-06 11:21

    I have Xcode 7 installed and symbolicatecrash in /usr/bin is a symbolic link to /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash.

    I have no problem manually symbolicating crash reports with Xcode 7 just as I have for the last several releases of Xcode.

    BTW - it's still a perl script as always.

    And be sure you have installed the Xcode command line tools.

    Update

    With Xcode 7.3 the location of symbolicatecrash is /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash.

    I've also seen that since upgrading to OS X 10.11 (El Capitan), there is no longer a symbolic link in /usr/bin.

    0 讨论(0)
提交回复
热议问题