Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

symbolicatecrash from XCODE 6 GM

Tags:

xcode

ios

xcode6

Any one tried symbolicatecrash from XCODE-6 GM release? I am looking for

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash

But now it is not available into Xcode-6 package. It was available in Xcode-5

like image 297
Wagh Avatar asked Sep 10 '14 15:09

Wagh


2 Answers

I just went through this moments ago. The symbolicatecrash file moved. It's now at:

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

Of course you should adjust the root of this path based on where you installed Xcode 6.

I used the new path to update the soft link in /usr/local/bin.

like image 170
rmaddy Avatar answered Oct 21 '22 19:10

rmaddy


This has moved again in Xcode 7.3. It's now at:

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

like image 2
Rob Glassey Avatar answered Oct 21 '22 19:10

Rob Glassey