xcode 找不到设备支持文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/44493831/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Could not locate device support files
提问by Ragini
回答by Vlad Khambir
回答by Zarif Ahmed
You have to upgrade your Xcode to v8.3 in order to install your build on iOS 10.3.
您必须将 Xcode 升级到 v8.3,才能在 iOS 10.3 上安装您的构建版本。
If you wish to use the Xcode 8.2 in order to run a build on iOS 10.3 then check this thread: How to use iOS 10.3 devices with Xcode 8.2.1
如果您希望使用 Xcode 8.2 以在 iOS 10.3 上运行构建,请检查此线程:如何使用 iOS 10.3 设备与 Xcode 8.2.1
回答by Aditya Srivastava
Your Xcode version doesnot support devices above 10.3 iOS version. The device which you connected is above 10.3. One solution is to download the respective developer disk image from somewhere and save it to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport and restart Xcode. Second solution is to update your Xcode.
您的 Xcode 版本不支持 10.3 iOS 版本以上的设备。您连接的设备是 10.3 以上。一种解决方案是从某处下载相应的开发人员磁盘映像并将其保存到 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 并重新启动 Xcode。第二种解决方案是更新您的 Xcode。
回答by Ajju
Just create .ipa file and run using itunes, otherwise you need to update your xcode to newer version
只需创建 .ipa 文件并使用 iTunes 运行,否则您需要将 xcode 更新到较新版本