iPhone SDK 3.2 有 iPhone 模拟器吗?
我正在考虑将 SDK 3.1.3 升级到 3.2,因为 3.1.3 在 Apple 网站上消失了。 我使用过 3.2 SDK beta 一次,任何项目都仅启动 iPad 模拟器。 (甚至 iPhone 项目)
SDK 3.2 上有 iPhone 模拟器吗? 或者如何在 SDK 3.2 上测试 iPhone 应用程序?
附言。 我必须在安装之前检查这一点,因为这是我的主工作站,所以我不能将其置于不稳定或无法使用的状态。
I'm considering upgrade SDK 3.1.3 to 3.2 because 3.1.3 disappeared on Apple's website.
I used 3.2 SDK beta once, and any project launched iPad simulator only. (even iPhone project)
Is there iPhone simulator on SDK 3.2?
Or how to test iPhone app on SDK 3.2?
PS.
I have to check this before install because this is my main workstation, so I cannot put this into unstable or unusable state.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在
硬件 -> 下在 iPad 和 iPhone 之间切换。设备
。You can switch between iPad and iPhone under
Hardware -> Device
.在项目的构建设置中,您可以将部署目标指定为 iPhone OS 3.1.3(或更早版本)。这将使 iPhone Simulator 3.1.3(或更早版本)可用作模拟器(而不仅仅是 iPhone Simulator 3.2,又称 iPad 模拟器)
In the build settings for a project, you can specify the deployment target to be iPhone OS 3.1.3 (or earlier). This will make the iPhone Simulator 3.1.3 (or earlier) available as a simulator (instead of only the iPhone Simulator 3.2, aka the iPad simulator)
来自 Apple 的文档:“iPhone OS 3.2 不支持 iPhone 和 iPod touch 设备。它仅在 iPad 上运行。”所以你必须等待 iOS 4。
From Apple's documentation: "iPhone OS 3.2 does not support iPhone and iPod touch devices. It runs only on iPad." So you'll have to wait for iOS 4.