天天看点

iOS14.7.1 iOS15真机调试需要升级Xcode13

问题:iOS14.7.1 iOS15真机调试提示错误,

Details

The current device configuration is unsupported. This iPhone 8 (Model A1863, A1905, A1906, A1907) is running iOS 14.7.1 (18G82), which is not supported by Xcode 12.5.

Domain: com.apple.dtdevicekit

Code: 601

Recovery Suggestion: To run on this device, please update to a version of Xcode that supports iOS 14.7.1. You can download Xcode from the Mac App Store or the Apple Developer website.

User Info: {

    DVTRadarComponentKey = 487927;

    DeviceType = "iPhone10,1";

}

--

Unable to locate ideal DDI for platform: <DVTPlatform:0x7fa904cbf060:'com.apple.platform.iphoneos':<DVTFilePath:0x7fa904cbefe0:'/Users/mac/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform'>>, version: 14.7.1, build: 18G82

Domain: com.apple.dt.DVTDeviceSupportFilesError

Code: 2

User Info: {

    DVTRadarComponentKey = 487927;

}

--

System Information

macOS Version 11.5 (Build 20G71)

Xcode 12.5 (18183.3) (Build 12E5220o)

Timestamp: 2021-08-05T20:40:39+08:00

解决方法:

从官网下载Xcode13 ,目前是beta版,下载后放到任何一个目录,不一定要放到application目录

iOS14.7.1 iOS15真机调试需要升级Xcode13