解决设备升级后,Xcode不支持调试,错误:is running iOS 10.2 (14C92), which may not be supported。 下载后解压,放在这个目录下: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
iOS 升级到10.2之后,你会发现无法进行真机测试了,并且提示Could not locate device support files,This iPhone is running iOS 10.2 (14C92), which may not be supported by this version of Xcode.原因是Xcode 的DeviceSupport里面缺少了iOS 10的SDK。 打开Finder找到应用程序文件夹 在里面找到XCode右键点击XCode-->显示包
解决设备升级后,Xcode不支持调试,错误:is running iOS 10.2 (14C92), which may not be supported。 下载后解压,放在这个目录下: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
今天在进行真机调试的时候,遇到了以下问题。
Could not locate device support files.
This iPhone 6s is running iOS 10.2(14C92), which may not be supported by this version of Xcode.
见文知意,主要原因是在调试前我将iOS 升级到了最新版10.2版本,而我的Xcode8.1支持的最高版本是10.1的。
其实每次iOS SDK版本升级都会遇到相同的问题,之前遇到过