Xcode不支持运行iOS 12.1的iPhone 5s

时间:2018-11-08 20:10:21

标签: iphone xcode ios12

将iPhone 5更新到ios 12.1之后,我在xcode中收到此错误:

无法找到设备支持文件。 此iPhone 5s(型号A1457,A1518,A1528,A1530)正在运行iOS 12.1(16B92),此版本的Xcode可能不支持。

对此我该怎么办?

4 个答案:

答案 0 :(得分:7)

将Xcode更新为应用商店上的最新版本。也有这个问题。

答案 1 :(得分:2)

如果您不想长时间更新Xcode,则可以手动下载支持文件。

我当时使用的是Xcode 9.4,所以我从here下载了文件并粘贴到/Applications/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

答案 2 :(得分:1)

尝试使用https://github.com/NikKovIos/XcodeDeviceSupportFiles/tree/master/12.1%20(16B91)

检查存储库的自述文件以了解如何安装它。

答案 3 :(得分:-1)

下载最新支持的设备支持文件,然后在

中手动添加
  

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

https://github.com/xushuduo/Xcode-iOS-Developer-Disk-Image/releases

享受