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
For me the approach that worked was the one mentioned here which is:
~/Library/Developer/Xcode/iOS DeviceSupport/
This happened to me when disk space was very low on the mac
For Xcode 10.1, iOS 13.3 Below helped me.
Copied from https://forums.developer.apple.com/thread/108917
go to ~/Library/Developer/Xcode/iOS DeviceSupport/13.2/Symbols/System/Library/Caches/com.apple.dyld
create empty file if it is not there - .processed_dyld_shared_cache_arm64e
restart xcode and enjoy!
If you have same issue in Xcode 10 (this worked for me using 10 beta 5 and iOS 12 beta 5) the steps are the same except it was necessary to restart the computer (restarting the iOS device, quitting and relaunching Xcode did not work).
1) Quit Xcode
2) Delete folder located at: ~/Library/Developer/Xcode/iOS DeviceSupport/ iOS version on target device
3) Restart Computer
You will need to either navigate to the user Library via Terminal or show hidden files in finder.
Toggle hidden files with: command + shift + .(dot)
This happened to me after updating to iOS 12.0.1.
I deleted the ~/Library/Developer/Xcode/iOS DeviceSupport/
12.0.1 version folder but that didn't work. After restarting my iPhone it worked. I noticed that Xcode prepared my phone for debugging again, so it must have messed up the first time around.
Target path to directory has been changed since Xcode 3.
If you have same issue in Xcode 8 then follow next steps:
~/Library/Developer/Xcode/iOS DeviceSupport/
Source: Apple Developer Forum