Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not locate device support files in Xcode [duplicate]

Tags:

I got following error in Xcode when run my app in my Device. Xcode Version is 10.01, My Device iOS Version 12.2 (iPhone 5S).

Could not locate device support files.

enter image description here

like image 862
Karthik Avatar asked Feb 11 '19 06:02

Karthik


People also ask

How do I know if my device supports Xcode?

Right-click on the Xcode. app icon and then, click on Show Package Content. Follow the same path to the DeviceSupport folder for the old Xcode. Step 5: Now, drag and drop the updates device support file to the old Xcode Device support folder and restart the Xcode.


1 Answers

You need to update your Xcode to the latest version. You can use this link.

OR

You can download latest iOS device support file from this github repository and copy the folder to this path of your current Xcode:

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

Now after restarting your Xcode, it should work fine.


You can get the latest device support files here:

  • iOS 13.6
  • iOS 14.0 (From Xcode 12 beta 4)
like image 90
M Reza Avatar answered Sep 25 '22 04:09

M Reza