Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My device is busy: Copying Symbol Files in Xcode 6.4

Tags:

swift

xcode6

ios8

I am getting this warning, when I try to run app in my device. Kindly guide me how to solve this. I am trying fro past two days. I unable to do. Copying Symbol Files is in status bar. Progress view also not get loaded. I referred some answers in stack overflow. But, not yet solved. I dont know what to do? Kindly guide me.

Device Worked in my iMAC:

Xcode Version 6.3 iOS Version 8.2

Same Device for another MAC BOOK PRO:

Device not worked with another MAC BOOK PRO. So following steps we followed.

1. OS Upgraded to 8.3, and same day, that device connected to another MAC Book Pro, by creating New Certificates as per procedure.

2. received error like, Version not supported XCode

3. So we upgraded Xcode to 6.4, iOS 8.3, working successfully in another MAC.

4. Now, in my iMAC, version updated to XCode 6.4 and iOS version 8.3.

From that day onwards, if I try to run in device, I unable to run. Copying symbol files error only receiving. But working in MAC BOOk PRO.

Kindly help me. How to solve this?

like image 540
McDonal_11 Avatar asked Jul 02 '15 12:07

McDonal_11


3 Answers

Tried all the above and failed. The solution that worked for me turned out to be as simple as going to Settings > Developer > Clear Trusted devices. I then reconnected my device at which point it prompted me to trust the computer on my phone. I then went to finder , selected the device and click on the trust button. It copied cache and completed the whole process in less than 2 seconds. After spending 3 hours waiting for it to finish caching.

like image 171
Sanford Smithers Avatar answered Oct 20 '22 00:10

Sanford Smithers


You need to wait a while (about 4 minutes). Some projects take a long time to build

like image 39
Leon Jakonda Avatar answered Oct 19 '22 23:10

Leon Jakonda


What I did to fix this:

  1. Delete app while still connected to mac.
  2. Close Xcode
  3. Right click on the Xcode app icon on mac screen, and select quit.
  4. Unplug iPhone
  5. Reopen the Xcode project.
  6. Connect iPhone
  7. Select whatever you are using
  8. Hit start.

It should work. I am currently in Xcode 8 (Swift 3), and this fixed my problem in a minute. I hope that this solution works for you.

Good Luck, Pranav :)

like image 2
Pranav Avatar answered Oct 19 '22 23:10

Pranav