How to symbolicate crash log with Xcode 7?

笑着哭i 提交于 2019-11-27 23:35:35
rmaddy

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!