Could not locate device support files: iOS

巧了我就是萌 提交于 2019-12-22 07:13:53

问题


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


回答1:


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/




回答2:


Just download latest OS SDK (iOS 12.2) and paste it on respective location.

Downloadable URL:

13.2

13.1

13.0

12.4

12.3

12.2 (16E226)

12.1

12.0 (16A5288q)

11.4 (15F5037c)

11.3 (15E5189d)

11.2

11.1

11.0 (15A372)

10.3 (14E5239d)

10.2 (14C89)

10.1

10.0 (14A5339a)

Follow 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

4) 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 13.0, 12.3 and iOS 12.4




回答3:


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....



来源:https://stackoverflow.com/questions/53815085/could-not-locate-device-support-files-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!