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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 10:25:21  来源:igfitidea点击:

how to download iOS 10.3.3 simulator

iosxcodedownloadios-simulatorsimulator

提问by Shankar Naik

I wanted to try my app on iPhone 6with iOS 10.3.3but I couldn't find iOS 10.3.3in simulators

我想试用我的应用程序iPhone 6iOS 10.3.3iOS 10.3.3在模拟器中找不到

enter image description here

在此处输入图片说明

any ideas are welcome

欢迎任何想法

回答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 提供模拟器。

enter image description here

在此处输入图片说明



You can also add/find a simulator from Xcode Target:

您还可以从 Xcode Target 添加/查找模拟器:

  1. Open simulator list against your Xcode target and Add Additional Simulators...

    enter image description here

  2. Switch to Simulatorsand click on +

    enter image description here

  3. Select Device Type, iOS Versionand Createsimulator.

    enter image description here

  1. 针对您的 Xcode 目标打开模拟器列表并添加其他模拟器...

    在此处输入图片说明

  2. 切换到模拟器并单击+

    在此处输入图片说明

  3. 选择设备类型iOS 版本创建模拟器。

    在此处输入图片说明