简体   繁体   中英

Could not locate device support files: iOS

I am using Xcode 10.0 and running in 12.1.1(16C50). It was given below error.

iOS 12.1.1 not supported by Xcode 10.0: Could not locate device support files

在此处输入图像描述

Just download latest OS SDK(Available iOS 9 to iOS 14) and paste it on respective location .

Follow the below step.

  1. Unzipped downloaded file

  2. Right-click on Xcode and click on Show Package Content

  3. then paste your file on path

Contents > Developer > Platforms > iPhoneOS.platforms > DeviceSupport

  1. Restart Xcode

在此处输入图像描述

Is it very convenient, saving the trouble of updating Xcode. what? You can't find a new Device Support file, Ok, you can copy it out from your friend's latest Xcode, or download from here

Update:

The added iOS Disk image for iOS 12.4, 12.3, 13.0, and iOS 14.0

Download Developer disk image for iOS 12.1 from https://github.com/xushuduo/Xcode-iOS-Developer-Disk-Image/releases and perform following steps

  1. Unzipped downloaded file
  2. Right click on Xcode and click on "Show Package Content"
  3. Then paste your file on path "Contents -> Developer -> Platforms -> iPhoneOS.platforms -> DeviceSupport"
  4. Restart Xcode

Thats It....

Please upgrade your Xcode IDE to 10.1 .

Xcode 10.1 Release Notes can be found at, https://developer.apple.com/documentation/xcode_release_notes/xcode_10_1_release_notes/

代码

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM