Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is located symbolicatecrash in Xcode 8?

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
like image 992
Ramis Avatar asked Oct 04 '16 17:10

Ramis


1 Answers

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.

like image 139
Phillip Mills Avatar answered Oct 31 '22 00:10

Phillip Mills