簡體   English   中英

無法從 xcode3 運行 iPhone3GS 模擬器

[英]Unable to run simulator for iPhone3GS from xcode3

我無法運行模擬器來測試低於 4.0 版本的 iPhone3GS。 我已經用 xcode4 構建了我的應用程序,現在,我想測試它在 iPhone3GS 中的工作方式。 我讀過我應該安裝以前版本的xcode,所以我安裝了xcode3。 我的 IPHONEOS_DEPLOYMENT_TARGET 在項目設置 (xcode3) 中設置為 3.1。 但我仍然在模擬器 select 列表中看不到任何低於 4.0 的 iphone 版本。 我錯過了什么?

首先,最新版本的 Xcode 3 僅附帶 iOS 4.* SDK 所以沒有 Z1BDF60538082029 模擬器。

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).

在這種情況下,您必須單擊 xcode 的目標部分,然后您必須更改設置 >build>latest ios。

您可以制作和添加 hoc 構建並將其安裝在運行所需操作系統版本的真實設備上。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM