Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode quit unexpectedly while using the dsc_extractor.bundle plugin

When I attach my new iPhone 5s to my Mac, Xcode crashes with this error:

Xcode quit unexpectedly while using the dsc_extractor.bundle plugin

This happens while Xcode is processing symbols from the device.

It all works fine on my iPad4 which is running IOS 6.1.3.

I updated MacOS to Maverick, I reinstalled Xcode and I still have the same error.

My current Xcode version is 5.0.2 (3335.32), iPhone IOS is 7.0.4 (11B554a).

like image 617
Adinp Avatar asked Jan 12 '23 18:01

Adinp


1 Answers

For me it worked out when I delete the "~/Library/Developer/Xcode/iOS DeviceSupport/(iOS Version of the device)" folder. It is recreated next time, when the device is connected to the Mac and Xcode is running.

A previous restore of the iPhone 5S did not help and I had no problems to connect the device to another Mac. So it seems to be an issue only on the Mac and not on the device.

like image 169
MarcO Avatar answered Jan 22 '23 19:01

MarcO