I just updated my iPhone 5 to iOS version 10.1. When I tried to run the app that I\'m developing on my device I got the following error from Xcode:
\"Could not locate d
There is an option in order to do not download full xcode, you need to download files from this topic (in Update comment)
Then you need to copy 10.1 (14B65) folder to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
so the full path will look like:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.1 (14B65) with two files in it: DeveloperDiskImage.dmg.signature and DeveloperDiskImage.dmg
It worked fine for me.