Where is located symbolicatecrash in Xcode 8?

与世无争的帅哥 提交于 2020-01-02 03:12:52

问题


Where is located symbolicatecrash tool in Xcode 8?

In Xcode 7 it used to be here:

/Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash

回答1:


I found it at...

./Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash

...in the Xcode.app folder.

For reference, "find . -name symbolicatecrash" in the terminal is your friend.



来源:https://stackoverflow.com/questions/39858554/where-is-located-symbolicatecrash-in-xcode-8

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