自己探索!给xcode4.2安装各个版本(3.2-5.1)的模拟器总结!

本人在雪豹和狮子下都尝试过,针对默认的xcode4.2中只有5.0模拟器的 问题 ,探索如下:

苹果 官方提供了4.3模拟器 下载
Xcode->Preferences...->Downloads->Components
里面就有4.3的模拟器(速度好慢,要么晚上挂着,要么看下面的方法)

下面则是我自己总结的办法:
1、首先,你需要下载模拟器,这里是我的115链接:
模拟器5.1  http://115.com/file/anm1igmi#iPhoneSimulator5.1.sdk.zip
模拟器5.0  http://115.com/file/c2pcyd07#iPhoneSimulator5.0.sdk.zip
模拟器4.3  http://115.com/file/dp7j3vlt#iPhoneSimulator4.3.sdk.zip
模拟器4.2  http://115.com/file/c2pcjzhw#iPhoneSimulator4.2.sdk.zip
模拟器4.1  http://115.com/file/anm81ja6#iPhoneSimulator4.1.sdk.zip
模拟器4.0  http://115.com/file/be2nqwn6#iPhoneSimulator4.0.sdk.zip
模拟器3.2  http://115.com/file/c2pcoevx#iPhoneSimulator3.2.sdk.zip
备注:(xcode4.2不支持3.2的模拟器,就算导入,也只会 显示 ipad 的模拟器,没有 iphone 的)
(如果低版本要调试5.1的设备,需要再导入: http://115.com/file/e7bm321k#5.1-(9B176).zip ,解压后放在\Developer\Platforms\iPhoneOS.platform\DeviceSupport目录下。
然后添加5.1的SDK, http://115.com/file/anm18jei#iPhoneOS5.1.sdk.zip ,解压后放在\Developer\Platforms\iPhoneOS.platform\Developer\SDKs\目录下,
最后,添加version.plist文件  http://115.com/file/c2pfih7b#version.plist [/url],下载后放在\Developer\Platforms\目录下
2、然后,下载完成,请解压压缩包,会发现是以.sdk结尾的 文件
3、请关闭xcode,将上面解压得到的.sdk文件夹放入路径:\Developer\Platforms\iPhoneSimulator.platform\Developer\SDKs
4、拷贝完成后,重启xcode,任意工程target->Summary->Deployment Target选择3.0,你就能在各种模拟器下调试了(3.2模拟器的bug我还没解决,抱歉)
稍后我会把5.1的模拟器附上


路途很艰辛,总结很简单,试过就知道,转载请声明, 谢谢 各位捧场!

你可能感兴趣的:(ios,xcode,模拟器)