Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 9.3.1 Xcode 7.3 "Unable to copy symbols from this device"

Tags:

xcode

ios

I was using Xcode 7.2 but then I upgraded my iPhone to iOS 9.3.1 and got the message "Could not find Developer Disk Image". I've seen this many times in my life so I upgraded to Xcode 7.3. Now I get "Unable to copy symbols from this device" I tried the beta seed as well. Any ideas?

like image 514
PsychicPuppy Avatar asked May 03 '16 17:05

PsychicPuppy


2 Answers

Delete app from your device if is installed. Try to reconnect your device and wait for copying symbolic files symbol to complete the process, than clean your project, and relaunch Xcode.

Edit Ensure you have enough space on your mac

like image 52
christian mini Avatar answered Nov 09 '22 00:11

christian mini


I was using the Xcode 9.1 beta and iOS 11.1, I got the error message from the Xcode while running the project.

here's an error message: Unable to copy symbols from this device

I did following steps:

1. Quit the Xcode.
2. Delete the app from the device.
3. Delete "iOS DeviceSupport" the Symbols of iOS device from the following path: `~/Library/Developer` 
4. see the image.

enter image description here

5. Again, connect the device and it will copy all symbols again.

It will work.

like image 38
Anil Gupta Avatar answered Nov 09 '22 01:11

Anil Gupta