16

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 ?

Volker
  • 4,640
  • 1
  • 23
  • 31
Soheil
  • 5,054
  • 3
  • 24
  • 43
  • 4
    usually Apple only supports current version -1 ... so iOS8 and iOS7 ... if you need iOS6 stick to Xcode 5 – Volker Jun 04 '14 at 13:07
  • The problem is that Xcode 6 broke Xcode 5's iOS 6 simulator for me. – Rivera Jun 30 '14 at 03:08
  • Same problem for me, in Xcode 5 I keep getting an error and a black screen in the IOS6 simulator (IOS7 is ok). I tried to reset the simulator and delete the cache files but without effect... – Macistador Jul 14 '14 at 16:22
  • The iOS6 simulator works for me if I xcode-select -s path_to_xcode5 – Voxar Aug 25 '14 at 17:22
  • Xcode 6 GM available, and still no IOS6. Anyone are using ios6 with this GM. If yes, can you please confirm the steps? Thanks, and have a nice day! – Franck Sep 10 '14 at 12:49

4 Answers4

4

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.

Lee Winder
  • 857
  • 12
  • 35
3

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.

brainray
  • 12,512
  • 11
  • 67
  • 116
2

iOS6 simulator is available in Xcode5

OlgaVogue
  • 91
  • 1
  • 7
  • 1
    Why did people mark this answer down? I just marked it up from –4 to –3. Strictly speaking, it doesn't answer the question (the answer being "no") but it does give a workaround. – Todd Lehman Oct 12 '14 at 22:36
1

No, the earliest SDK you can get for Xcode 6 is 7.1. By default, the iOS 7 simulator is not installed but you can install it by going to preferences, then to downloads and installing it from there.

To run iOS 6 applications, try googling around for an earlier Xcode version (late versions of 4) and these should have the simulator!

Hope that helps!

CloudSync
  • 45
  • 12