2016-09-19 92 views
2

在Xcode中8 symbolicatecrash分析崩溃报告与失败:Xcode中8 - symbolicatecrash失败

sh: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun: No such file or directory 
## Warning: can't find tool named 'otool' in iOS SDK, falling back to searching the Mac OS X SDK 
sh: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun: No such file or directory 
Error: can't find tool named 'otool' in the macosx SDK or any fallback SDKs at /usr/local/bin/symbolicatecrash line 115. 

如何解决呢?

+0

请编辑您的问题,并提供您的详细问题,你想要什么,什么时候得到这个错误。 –

+0

从Xcode 7更新到Xcode 8后,我们遇到了同样的问题。 – AppsolutEinfach

回答

1

find /Applications/Xcode.app/ -name symbolicatecrash

那么,你会得到

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

您是否在寻找新的位置symbolicatecrash在XCode 8?

现在位于/Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources

+0

就是这样!多谢! – AppsolutEinfach