简体   繁体   English

iOS 6.0模拟器不见了

[英]iOS 6.0 simulator disappeared

I'm not able to test my app on iOS 6.0 simulator, because it disappeared. 我无法在iOS 6.0模拟器上测试我的应用程序,因为它消失了。 I definitely remember I downloaded it and for some time I could use it. 我绝对记得我下载了它,一段时间后可以使用它。 When I click on more simulators to download it now, there is only iOS 7.0 and iOS 6.1 simulators. 当我单击更多模拟器以立即下载时,只有iOS 7.0和iOS 6.1模拟器。 And for all I know, I have set the deployment target to 6.0 everywhere. 就我所知,我已经在所有地方将部署目标设置为6.0。 Any ideas? 有任何想法吗?

Apple withdrew the 6.0 simulator at the server end, so it is no longer listed. 苹果在服务器端撤回了6.0模拟器,因此不再列出。 If you really want it, you can move it into Xcode from another version of Xcode (it's obvious where it goes). 如果确实需要,可以将其从另一个版本的Xcode移到Xcode中(很明显它在哪里)。

The latest Xcode (5.1 as of writing this) only supports iOS 6.1 simulator. 最新的Xcode(截至撰写本文时为5.1)仅支持iOS 6.1模拟器。 If you wish to test on iOS 6.0, you need to test on a device. 如果要在iOS 6.0上进行测试,则需要在设备上进行测试。

Technically speaking, there is very little API difference between 6.0 and 6.1, so you can test 6.1 for most scenarios just fine. 从技术上讲,6.0和6.1之间的API差异很小,因此您可以在大多数情况下测试6.1就可以了。

Still we can use ios 6 simulator in xcode 5.1. 仍然可以在xcode 5.1中使用ios 6模拟器。

If you cant see iOS 6 simulator in downloads. 如果您在下载中看不到iOS 6模拟器。 Try this one, 试试这个

download xcode 4 sdk and copy the ios 6 simulator sdk from xcode4, [Application->xcode 4 ->contents->developer->platforms->iphone simulator platform->developer->sdk folder.] 下载xcode 4 sdk并从xcode4复制ios 6模拟器sdk ,[应用程序-> xcode 4->内容->开发人员->平台-> iphone模拟器平台-> developer-> sdk文件夹。

And paste ios 6 simulator sdk to xcode 5 , [Application->xcode5-> contents->developer->platforms->iphonesimulator platform->developer->sdk folder] 并将ios 6模拟器 sdk粘贴到xcode 5上 ,[应用程序-> xcode5->内容->开发人员->平台-> iphonesimulator平台->开发人员-> sdk文件夹]

I followed this steps and got ios 6 simulator,. 我按照此步骤操作,并得到了ios 6模拟器。 see below 见下文

在此处输入图片说明

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

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