xcode 如何下载iOS 10.3.3模拟器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/47159960/
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
how to download iOS 10.3.3 simulator
提问by Shankar Naik
回答by Krunal
Unfortunately you can't download it from this window, as Apple does not release/provides simulator for each version/subversions of iOS.
不幸的是,您无法从此窗口下载它,因为 Apple 不会为 iOS 的每个版本/颠覆版本发布/提供模拟器。
Here I've simulator list with Xcode 9.3, Component window. It seems apple has not provided simulator for 10.3.3.
这里我有 Xcode 9.3 的模拟器列表,组件窗口。苹果似乎没有为 10.3.3 提供模拟器。


You can also add/find a simulator from Xcode Target:
您还可以从 Xcode Target 添加/查找模拟器:
Open simulator list against your Xcode target and Add Additional Simulators...
Switch to Simulatorsand click on +
Select Device Type, iOS Versionand Createsimulator.

