xcode 设备支持 11.3 15E5216a
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/49564533/
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
xcode device support for 11.3 15E5216a
提问by MonkeyBonkey
I'm trying to debug on my phone running the latest iOS 11.3 (15E5216a) but the device support folder from Xcode 9.3 Beta 4 only has version 11.3 (15E5201e). Where can I get the device support files for the latest 11.3 beta?
我正在尝试在运行最新 iOS 11.3 (15E5216a) 的手机上进行调试,但 Xcode 9.3 Beta 4 的设备支持文件夹只有 11.3 (15E5201e) 版本。在哪里可以获得最新 11.3 测试版的设备支持文件?
Trying to run on my iOS device shows an error on xcode saying that the ios version is not supported by this version of XCode.
尝试在我的 iOS 设备上运行时在 xcode 上显示错误,表示此版本的 XCode 不支持 ios 版本。
回答by Tony
WITHOUT NEW XCODE
没有新的 Xcode
For lazy guys like me
对于像我这样的懒人
I don't like to download new version of xcode
我不喜欢下载新版本的 xcode
And because storage of my macbook is just 120gb, I usually live with "Did Receive Memory Warning"
而且因为我的 macbook 的存储空间只有 120GB,所以我通常忍受“确实收到内存警告”
Here is all iOS Device Support: (I will update asap)
这是所有 iOS 设备支持:(我会尽快更新)
iOS 13
iOS 13
- 13.0from xcode 11 beta
- 来自 xcode 11 测试版的13.0
iOS 12
iOS 12
- 12.3from xcode 11 beta
- 12.2 (16E5212e)
- 12.2 (16E5181e)
- 12.2 (16E226)
- 12.1 (16B92)This file may not work. Use 16B5059d instead
- 12.1 (16B91)
- 12.1 (16B5084a)
- 12.1 (16B5068g)
- 12.1 (16B5059d)For 16B92, please use this, xcode generates 16B92 folder
- 12.0 (16A5354b)
- 12.0 (16A5339e)
- 12.0 (16A5327d)
- 12.0 (16A5318d)
- 12.0 (16A5308d)
- 12.0 (16A5288q)
- 12.0 (16A366)
- 12.3来自 xcode 11 测试版
- 12.2 (16E5212e)
- 12.2 (16E5181e)
- 12.2 (16E226)
- 12.1 (16B92)此文件可能无效。使用 16B5059d 代替
- 12.1 (16B91)
- 12.1 (16B5084a)
- 12.1 (16B5068g)
- 12.1 (16B5059d)对于16B92,请使用这个,xcode生成16B92文件夹
- 12.0 (16A5354b)
- 12.0 (16A5339e)
- 12.0 (16A5327d)
- 12.0 (16A5318d)
- 12.0 (16A5308d)
- 12.0 (16A5288q)
- 12.0 (16A366)
iOS 11
iOS 11
iOS 10
iOS 10
Need the old files, tell me if you want
需要旧文件,告诉我你是否需要
Find DeviceSupport dir
查找设备支持目录
Finder-> Cmd+Shift+G -> Paste ~/Library/Developer/Xcode/iOS DeviceSupportand enter
Finder-> Cmd+Shift+G -> 粘贴~/Library/Developer/Xcode/iOS DeviceSupport并输入
Error: Could not locate device support filesHow can fix this error?
错误:找不到设备支持文件如何修复此错误?
.
.
------ Update 2018/08/17 -----
------ 更新 2018/08/17 -----
Thank iGhibli(https://github.com/iGhibli)
感谢 iGhibli( https://github.com/iGhibli)
------ Update 2019/10/17 -----
------ 更新 2019/10/17 -----
I got new job, it's about Android. So I no longer use Xcode everyday like before.
我得到了一份新工作,是关于 Android 的。所以我不再像以前那样每天使用 Xcode。
If there's something new, please comment here, I will update my post asap
如果有新的东西,请在这里评论,我会尽快更新我的帖子
Thanks
谢谢
回答by user9414135
- Download 11.3 filefor Xcode
- Find Xcode Application file in your mac, right-click to show contents
- Go to
Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
, drag the file into it:
- 为 Xcode下载 11.3 文件
- 在你的mac中找到Xcode Application文件,右击显示内容
- 转到
Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
,将文件拖入其中:
- reconnect your iPhone in Xcode - Window - Devices and Simulators, and you may need to restart your Xcode and iPhone
- 在 Xcode - Window - Devices and Simulators 中重新连接你的 iPhone,你可能需要重新启动你的 Xcode 和 iPhone
回答by Sour LeangChhean
You can run device with iOS 13.1 in Xcode 10:
您可以在 Xcode 10 中使用 iOS 13.1 运行设备:
- Download this file iOS 13.1
- Go to Xcode/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
- Paste that folder there
- Restart Xcode.
- 下载此文件iOS 13.1
- 转到Xcode/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
- 将该文件夹粘贴到那里
- 重新启动Xcode。
回答by Nol4635
Download the latest version of Xcode. (9.3 non beta) Also download the latest version of iOS. (iOS 11.3 non beta) You should be able to debug now.
下载最新版本的 Xcode。(9.3 非测试版)同时下载最新版本的 iOS。(iOS 11.3 非测试版)您现在应该可以调试了。