无法从 xcode3 运行 iPhone3GS 模拟器

发布于 2024-11-30 07:11:12 字数 215 浏览 3 评论 0原文

我无法运行模拟器来测试低于 4.0 版本的 iPhone3GS。我已经使用 xcode4 构建了我的应用程序,现在我想测试它在 iPhone3GS 中的工作方式。我读到我应该安装以前版本的xcode,所以我安装了xcode3。我的 IPHONEOS_DEPLOYMENT_TARGET 在项目设置(xcode3)中设置为 3.1。但我仍然在模拟器选择列表中看不到 4.0 以下的任何 iphone 版本。我缺少什么?

I'm unable to run simulator for testing iPhone3GS below version of 4.0. I have built my app with xcode4 and now, I want to test it how it works in iPhone3GS. I have read that I should install previous version of xcode, so I have installed xcode3. My IPHONEOS_DEPLOYMENT_TARGET is set to 3.1 in projects settings (xcode3). But still I can't see any iphone versions below 4.0 in simulator select list. What am I missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

还在原地等你 2024-12-07 07:11:12

首先,最新版本的 Xcode 3 仅附带 iOS 4.* SDK,因此没有 iOS 3 模拟器。

您需要安装带有 iOS 3.* SDK 的 Xcode 3 版本才能获取 3.* 模拟器,但您只能在 Xcode 的捆绑版本中获取它们。

我所做的是在运行 iOS 3.1.2 和 Xcode 4 的设备上测试我的应用程序,并在新项目中放弃对 iOS 3.* 的支持(我的用户中有 94% 已切换到 iOS 4)。

Well first of, the latest version of Xcode 3 only comes with the iOS 4.* SDK so there is no iOS 3 simulator.

You will need to installe a version of Xcode 3 with iOS 3.* SDK to get the 3.* simulator, but you can only get them in de bundle version of Xcode.

What I do is test my apps on a device running iOS 3.1.2 with Xcode 4 and dropping support for iOS 3.* in new projects (94% of my user have switch to iOS 4).

滿滿的愛 2024-12-07 07:11:12

在这种情况下,您必须单击 xcode 的目标部分,然后必须更改设置 >build>latest ios。

in this case you have to click the target section of the xcode and thre you have to chage the setting >build>latest ios.

烂人 2024-12-07 07:11:12

您可以制作并添加临时构建并将其安装在运行所需操作系统版本的真实设备上。

You can make and add hoc build and install it on an real device that run the desired os version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文