Target Is Not Found, Please Reconnect the Device, Xcode:Device Support File

Target is not found, Please reconnect the device, Xcode:Device Support File

  • Go to my Github repo for 14.2 click here to download the iOS 14.2 file or for 14.3 here 14.3

  • Unzip ,copy and paste the file which you downloaded from repo to this path :

Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

  • Restart the Xcode

That's all. You can build and go on your project.

Any comment for feedback will be appreciated :)

Visually solution :

Step 1 : Right Click Xcode and show package contents then follow the pictures below
Sample Image
Step 2
Sample Image
Step 3:
Sample Image
Step 4: Here is Device Support Files Folder
Sample Image
Step 5: Put here file here and restart the Xcode if it is open
Sample Image


Finally, Just in case it is a good idea delete derived data, press at the same time 4 keys like:

command + option + Shift + K (delete derived data shortcut)

iPhone is not available. Please reconnect the device

Xcode 11.4 includes SDKs for iOS 13.4 as mentioned on the release notes
here.

You must update to the beta version if you wish to deal with iOS 13.5.

iPhone is not available. Please reconnect the device. / iOS 14.2 - Xcode 12.1

  • Go to my Github repo iOS 14.2 Device Support File and download 14.2.zip file directly and after unzip it

  • And just copy and paste unzipped folder by path:

    Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  • Restart the Xcode

That's all. You can build and go on your project.

If you need a visual solution, check out this answer: https://stackoverflow.com/a/64854525


Why we have done these steps?: Because Xcode 12.1 doesn’t include support for 14.2 so we implemented its device support files for 14.2.

https://developer.apple.com/documentation/xcode-release-notes/xcode-12_1-release-notes



iPhone is not available. Please reconnect the device

Xcode 11.4 includes SDKs for iOS 13.4 as mentioned on the release notes
here.

You must update to the beta version if you wish to deal with iOS 13.5.

iPhone is not available. Please reconnect the device

Xcode 11.4 includes SDKs for iOS 13.4 as mentioned on the release notes
here.

You must update to the beta version if you wish to deal with iOS 13.5.

Xcode 12.3 couldn't install app on iOS 14.3

if you updated you iOS to latest beta version, you should also use latest Xcode beta version.

Or else restart your device.

The run destination iOS Device is not valid for running the scheme

It was a bug in XCode, I closed and reopened Xcode and it started working.

I've noticed this sort of thing many many times now with Xcode with other problems, its very frustrating that the tool is so dodgy.

Any way to install app to iPhone 4 with Xcode 8 beta?

Actually, there is a way. You just need to copy DeviceSupport folder for iOS 7.1 from Xcode 7 to the new one. It's located in:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.1

I've tried it and it works.

EDIT: If you don't have the 7.1 files anymore, you can find them here.



Related Topics



Leave a reply



Submit