如何修复XCode 11.7错误不支持的iOS 13.6?

时间:2020-09-04 08:23:41

标签: ios xcode

错误的详细信息如下:

The current device configuration is unsupported. 
This iPad Pro (12.9-inch) (Model A1584) is running iOS 13.6 (17G68), which is not supported by Xcode 11.7.
Domain: com.apple.dtdevicekit
Code: 601
Recovery Suggestion: To run on this device, please update to a version of Xcode that supports iOS 13.6. You can download Xcode from the Mac App Store or the Apple Developer website.
User Info: {
    DVTRadarComponentKey = 487927;
    DeviceType = "iPad6,7";
}
Unable to locate ideal DDI for platform: <DVTPlatform:0x7fcfe15b6570:'com.apple.platform.iphoneos':<DVTFilePath:0x7fcfe15b64f0:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>>, version: 13.6, build: 17G68
Domain: com.apple.dt.DVTDeviceSupportFilesError
Code: 2
User Info: 
{
    DVTRadarComponentKey = 487927;
}

系统信息

macOS Version 10.15.6 (Build 19G73)
Xcode 11.7 (16142)

从Apple开发人员网站上我知道我们可以使用13.6和13.7,但是收到的错误却有所不同。

Apple Developer Website

有什么建议吗?

0 个答案:

没有答案