如何在Xcode中运行iPad模拟器?

时间:2018-01-19 17:42:47

标签: xcode ipad ios-simulator

我正在尝试在Xcode上运行iPad模拟器,但目前我只有一个选项,当我去Xcode>打开开发人员工具>模拟器,启动iPhone模拟器。

如何启动iPad模拟器?

4 个答案:

答案 0 :(得分:10)

您应该导航到

选择iPad设备

硬件/设备/ [如果安装了多个操作系统版本,则为OS版本] / [设备]

在模拟器的菜单中。

Hardware/Device/[OS version if you have multiple OS versions installed]/[device]

如果列表中没有iPad设备,请按照以下说明操作:

  1. 点击硬件/设备/管理设备...

    Hardware/Device/Manage Devices...

  2. 选择顶部的模拟器选项。

    "Simulators" option selected

  3. 按左下角的加号( + )。

    Plus sign in the lower-left corner

  4. 定义新模拟器的名称,设备类型和操作系统版本,然后单击创建

    Options for the new simulator

  5. 有关详细信息,请查看Getting started in Simulator

答案 1 :(得分:5)

这适用于Xcode 11.2.1 +

从“应用”菜单中打开XCode:

Xcode->打开开发人员工具->模拟器

enter image description here

这将打开最新的iPhone模拟器并将其更改为其他任何内容,例如iPad:

硬件->设备-> iOS-> iPad

enter image description here

答案 2 :(得分:0)

奖励积分:)

我还将从Xcode中提取模拟器,以使其更易于访问。

<script type="text/javascript"> function ShowProgress() { setTimeout(function () { var modal = $('<div id="myModal" runat="server"/>'); modal.addClass("modal"); $('body').append(modal); var loading = $(".loading"); loading.show(); var top = Math.max($(window).height() / 2 - loading[0].offsetHeight / 2, 0); var left = Math.max($(window).width() / 2 - loading[0].offsetWidth / 2, 0); loading.css({ top: top, left: left }); }, 200); } $('form').live("submit", function () { ShowProgress(); }); </script> (右键单击并选择“显示包装内容”)

从此文件夹<script type="text/javascript"> var myModal = $('#myModal').on('shown', function () { clearTimeout(myModal.data('hideInteval')) var id = setTimeout(function () { myModal.modal('hide'); }); myModal.data('hideInteval', id); }) </script>

为此创建快捷方式,而模拟器无需打开主Xcode.app即可打开

答案 3 :(得分:-1)

这已更改。 现在,按照您的说明打开模拟器后,您需要在模拟器菜单栏中转到: 文件->打开模拟器-> [iOS版本]-> [iOS设备] 您可以在其中找到要打开的ipad模拟器。