Xcode 8 中的symbolicatecrash 在哪里?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/39858554/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 09:23:37  来源:igfitidea点击:

Where is located symbolicatecrash in Xcode 8?

xcodexcode8symbolicatecrash

提问by Ramis

Where is located symbolicatecrashtool in Xcode 8?

Xcode 8 中的符号崩溃工具在哪里?

In Xcode 7 it used to be here:

在 Xcode 7 中,它曾经在这里:

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

回答by Phillip Mills

I found it at...

我在...

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

...in the Xcode.app folder.

...在 Xcode.app 文件夹中。

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

供参考,find . -name symbolicatecrash终端中的“ ”是您的朋友。