Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode stuck with "Copying symbol files"

Tags:

xcode

ios

After updating to the latest version (6.1 b2) Xcode does not compile and run projects on the device anymore and shows "Copying symbol files" for hours. Any ideas or possible workarounds for this problems?

like image 335
heiko Avatar asked Sep 18 '14 14:09

heiko


3 Answers

Try to use another cable or USB port - Other usb port fixed it for me and got the idea while finding this twitter post: [Tweet Gone]

like image 180
r00tandy Avatar answered Nov 11 '22 12:11

r00tandy


I encountered the same problem. "Rebooting my iPhone" worked for me.

like image 27
qfujiwara Avatar answered Nov 11 '22 13:11

qfujiwara


Try this:

  1. Clean Project
  2. Option + Product -> Clean Build Folder
  3. Remove this folder Library/Developer/Xcode/DerivedData/ModuleCache
  4. Find your project folder in Library/Developer/Xcode/DerivedData/ and remove
  5. Restart Xcode
like image 24
Bogdan Matveev Avatar answered Nov 11 '22 14:11

Bogdan Matveev