7

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
Avi
  • 7,469
  • 2
  • 21
  • 22
Ramis
  • 13,985
  • 7
  • 81
  • 100

1 Answers1

20

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.

Phillip Mills
  • 30,888
  • 4
  • 42
  • 57
  • 3
    Found it here /Applications/Xcode 8.2.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash – user2073541 Mar 31 '17 at 16:32