简体   繁体   English

如何在xcode4.2中安装ios4.0模拟器?

[英]How to install ios4.0 simulator in xcode4.2?

I found in xcode4.2, there is only ios5.0 & 4.3 simulator exist. 我在xcode4.2中发现,只有ios5.0和4.3模拟器存在。 My product should support ios4.0+. 我的产品应该支持ios4.0 +。 How can I install the ios4.0 simulator? 如何安装ios4.0模拟器?

Thank you. 谢谢。

XCode4.2下载模拟器页面

Short answer, You can't. 简短的回答,你不能。 There is not support. 没有支持。

Also the simulator does not replace real device testing. 此外,模拟器不能取代真实的设备测试。 If something work in the simulator does not mean it work on a device. 如果在模拟器中工作的东西并不意味着它在设备上工作。

My advice, get a device with iOS 4.0 and use that for debuging/testing the app for iOS 4.0. 我的建议是,使用iOS 4.0获取设备并使用它来调试/测试iOS 4.0的应用程序。

Download http://developer.apple.com/ios/download.action?path=/iphone/iphone_sdk_4__final/xcode_3.2.3_and_iphone_sdk_4__final.dmg and install the packages you want on your Developer folder. 下载http://developer.apple.com/ios/download.action?path=/iphone/iphone_sdk_4__final/xcode_3.2.3_and_iphone_sdk_4__final.dmg并在Developer文件夹中安装所需的软件包。

Here's step by step on how to do it on Xcode 3.5 but it shouldn't change much from Xcode 4 http://chris-fletcher.com/2010/08/28/howto-install-iphone-sdk-2-0-3-1-for-xcode-3-2/ 以下是关于如何在Xcode 3.5上执行此操作的一步一步,但它不应该从Xcode 4中发生很大变化http://chris-fletcher.com/2010/08/28/howto-install-iphone-sdk-2-0- 3-1换的xcode-3-2 /

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM