简体   繁体   中英

How to Add iOS 6.0 Simulator in Xcode 5?

i want to add iOS 6.0 Simulator in Xcode 5 for that i add SDK in my Xcode 5 Content Folder From Xcode 4.5 like as

Xcode 4.5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDK/iPhoneOS6.0SDKs/

And Copy this SDK Folder in Xcode 5 Folder as

Xcode5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDK/iPhoneOSSDKs 

folder but it is not Display iOS 6.0 In my Xcode 5 Simulator.

Here i not want to Download so please Give me Solution With out Download Option.

Copying SDK is just gives a support to that simulator but to view iOS 6.0 simulator in a list (simulator interface), You must have to download it.

Of course it will work for the older OS SDKs, I mean copying older SDKs from older Xcode to newer Xcode SDKs will give you support to create build for older iOS version and it will also supports older OS version APIs, but it will not work for Simulator as you expected.

Try to understand that to copy sdks from Xcode 4.5 will not work for new APIs. This can not be the way you are trying to do.

You must have to follow the regular download way!!

Click on Xcode preferences >> Go to Downloads section

在此处输入图片说明

Download simulator from Components section.

Go to Xcode->Preferences->Downloads

From there you can download iOS 6 simulator. 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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