Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to install iOS6 SDK on Xcode 6-beta?

I noticed that there are no preview or simulator for iOS6 in Xcode 6-beta, so I was wondering is there any way that I could add it manually ?

like image 306
Soheil Avatar asked Jun 04 '14 13:06

Soheil


3 Answers

No.

Apple only support iOS7 and iOS8, and they're strict with that. As a result, only iOS7/8 simulators are available in Xcode 6.

If you want to run on an older simulator, you need to develop on an older version of XCode.

like image 58
Lee Winder Avatar answered Nov 15 '22 04:11

Lee Winder


Not possible. But: you can still test on a iOS 6 device from Xcode 6. I keep an old iPhone 4 for this (look at eBay).

EDIT: there is another way - install Xcode 5 on a virtual machine (e.g. VMWare Fusion) running Mavericks.

like image 26
brainray Avatar answered Nov 15 '22 02:11

brainray


iOS6 simulator is available in Xcode5

like image 2
OlgaVogue Avatar answered Nov 15 '22 02:11

OlgaVogue