Xcode 3.2 beta 5 中没有 iPad 模拟器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2479770/
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-14 19:12:38  来源:igfitidea点击:

No iPad simulator in Xcode 3.2 beta 5

iphonexcodeipad

提问by ed.

I installed Xcode 3.2 beta 5 and I could not find iPad Simulator. Where do I find it?

我安装了 Xcode 3.2 beta 5,但找不到 iPad Simulator。我在哪里可以找到它?

回答by Brandon Bodnar

You are looking for the program iPhone Simulator.

您正在寻找该程序iPhone Simulator

If not, you can test your website in Safari on iPad using the iPhone Simulator (Hardware -> Device -> iPad).

如果没有,您可以使用 iPhone 模拟器(硬件 -> 设备 -> iPad)在 iPad 上的 Safari 中测试您的网站。

Above is from Technical Note TN2262

以上来自技术说明 TN2262

If you can't find it via searchlight, than try looking in /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator

如果您无法通过探照灯找到它,请尝试查看 /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator

回答by Iggy

After you install the SDK successfully, Run Xcode and create a new project. Select iPad for product. When you create an iPhone project for iPhone OS 3.2, you will see that every time you Build and Run it, it appears in the iPad simulator instead of the iPhone simulato

成功安装 SDK 后,运行 Xcode 并创建一个新项目。选择 iPad 作为产品。当您为 iPhone OS 3.2 创建 iPhone 项目时,您会看到每次 Build 和 Run 时,它出现在 iPad 模拟器中,而不是 iPhone 模拟器中



There is not much too see when you run the simulator without a project

当您在没有项目的情况下运行模拟器时,看不到太多

回答by Simon

Go to spotlight and search iOS Simulator. You run that and up pops an iPhone simulator, go to Hardware > Device and change it to an iPad

转到聚光灯并搜索 iOS 模拟器。你运行它并弹出一个 iPhone 模拟器,转到硬件 > 设备并将其更改为 iPad

The iOS Simulator is in Mac HD > Developer > Platforms > iPhoneSimulator.platform > Developer > Applications > (here)

iOS 模拟器位于 Mac HD > Developer > Platforms > iPhoneSimulator.platform > Developer > Applications > (here)

Nicely squirrelled away

很好地松鼠了

回答by Kendall Helmstetter Gelner

Try creating an iPad project and ask to launch it in the simulator.

尝试创建一个 iPad 项目并要求在模拟器中启动它。

When running, go to the dock, right click on the icon and select "options".

运行时,转到dock,右键单击图标并选择“选项”。

In the "Options" menu is "Reveal in Finder", which will show you where the simulator currently lives.

在“选项”菜单中是“在 Finder 中显示”,它将显示模拟器当前所在的位置。

Also be aware that the iPhone and iPad simulator are the same application, in the menu for the iPhone Simulator (the actual name of the app) you can select which device you want to simulate (though XCode will automatically switch this for you when you run in debug).

另请注意,iPhone 和 iPad 模拟器是同一个应用程序,在 iPhone 模拟器(应用程序的实际名称)的菜单中,您可以选择要模拟的设备(尽管 XCode 会在您运行时自动为您切换)在调试中)。

回答by Ed Riderburg

Perhaps this pertains,

也许这与,

From Xcode release notes found under the download selection:

从下载选择下找到的 Xcode 发行说明中:

Known Issues in Xcode 5 developer preview Simulator There is no iPad simulator support in this seed.

Xcode 5 开发者预览模拟器中的已知问题 此种子中不支持 iPad 模拟器。