Not sure if it fixes the problem every time, but this has worked for me in the past:
- Quit out of Xcode,
Delete the .copying_lock file in /Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.0.1 <DOUBLE CHECK THE NUMBER HERE, IT COULD BE 5.0 or 5.0.1 (abc), etc>/.
This can be done in Terminal.app with the command:
sudo rm /Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.0.1/.copying_lock
Run Xcode again. Now the symbol import should start right up and the "Waiting" message should be gone.
If that doesnt work, try deleting the numbered folder itself, then restart xcode again. If that also doesnt work, reinstall xcode maybe?