When plugging my iPhone in and starting the Xcode organizer, a yellow circle next to the device show me that \"This device is busy or otherwise unusable by Xcode.\" The Orga
Move your project to an external hard drive and compiled again This happens when you do not have much space on your machine
After all this time I wanna contribute with one more possible solution for this problem...
Unpair Device
One more thing: I changed the version inside /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport from 10.3 to 10.3.3 - that is "exactly" version on my device, so, observe this too.
Believe in me guys... I bought 2 cables, investigate all links in google, bing, yahoo, books, forums... everything and nothing solves... until this.
For what it's worth: I encountered this problem when I was out of disk space. It seems that XCode was the first application to 'notice' by throwing this error. After freeing up some disk space everything worked fine again.
I had solved my problem through this:-
https://www.youtube.com/watch?v=m3jST08imY0
to sum up , you could:
Ref: Link: https://forums.developer.apple.com/thread/108917
With the help of somebody at the Apple Developer Forums I was able to fix the problem by removing the "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)" folder. Xcode then re-added the symbols automatically and the error disappeared. For more information see this thread.
for xCode 10.1 on High Sierra, you need to create an empty file named :
.processed_dyld_shared_cache_arm64e
and paste it to:
/Users/{you}/Library/Developer/Xcode/iOS DeviceSupport/{your device version} arm64e/Symbols/System/Library/Caches/com.apple.dyld
make sure that the folder is empty. for me it took couple of time trying and waiting and removing device to get it to work.