下载的ios模拟器不会出现在xcode上

时间:2018-05-30 17:49:22

标签: ios xcode ios-simulator

我在xcode 9.4中下载了ios 10.3.1版本

enter image description here

但我只能选择我已经拥有的ios 11版本。

enter image description here

我重新启动了操作系统并重新启动了Xcode。当我选择"添加额外的模拟器"

时,我也可以看到ios 10模拟器

enter image description here

它们都有ios10,11模拟器。我不知道如何在我已下载的xcode中使用ios 10模拟器。

4 个答案:

答案 0 :(得分:2)

  

将{11.}从iOS 11.x更改为iOS 10.x

enter image description here

(Xcode在设备列表中显示模拟器,iOS版本> =部署目标。)

答案 1 :(得分:1)

enter image description here

如果我正确理解您的问题,更改部署目标应该会有所帮助。可以在首次启动应用程序时显示的常规部分中找到它。

答案 2 :(得分:0)

要使用项目兼容性应该更少。这意味着您应用中的部署目标应来自iOS 10。

转到项目目标设置部署目标 - >的 10.x的

答案 3 :(得分:0)

由于先前的答案对我没有帮助,所以我将介绍我的解决方案。

The deployment target doesn't always solve the problem, as well as creating a new scheme. The simulators don't appear automatically.

  1. 添加其他模拟器 enter image description here

  2. 选择“模拟器”标签 enter image description here

  3. 创建新的设备模拟器。选择Device TypeOS Version中的任意一个 enter image description here

  4. 您的模拟器应该出现 enter image description here