0

Every simulator that I have on Xcode runs on version 8.4 but I want to test on iOS 6 and 7.

I've done what this answer recommends: https://stackoverflow.com/a/8477254/1282637

However, when I go to Xcode -> preferences - downloads, the only non-iOS 8 version available is 7.1:

enter image description here

Is there a way I can download an iOS 6.x.x simulator? Thanks!

Community
  • 1
  • 1
user1282637
  • 1,827
  • 5
  • 27
  • 56
  • Why would you want to support iOS 6 at this time? – rmaddy Sep 20 '15 at 02:39
  • @rmaddy is it standard practice to drop iOS support at this point? I'm only trying to target my biggest audience and I'm not using iOS 7+ specific features – user1282637 Sep 20 '15 at 02:43
  • Most people are using iOS 8 and soon iOS 9. There's little reason to support even iOS 7 now with a new app. – rmaddy Sep 20 '15 at 02:45

1 Answers1

3

In Xcode 6 , iOS simulator for iOS version 6.x seems to be deprecated.

Apple deprecates old technologies very aggressively. Formaly saying, you should deprecate support for older version of OSes such as 6.x.

If the Xcode doesn't provide older version of simulator, the only way to do this is to install older version of Xcode.

download older Versions

Currently you can just use Xcode 5.x.

Community
  • 1
  • 1
Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143