8

I just successfully updated my Xcode tool to 5.1 version and when I check Downloads option in preference section then I noticed there is no option to download ios 6.0 simulator.(Please check attached image)

enter image description here

So how can I access ios 6.0 simulator in Xcode 5.1?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Pratik Bhiyani
  • 2,489
  • 3
  • 17
  • 27
  • 3
    I suppose you could copy in the 6.0 SDK from some other Xcode version. But basically this just seems to be something Apple wants us to accept. They seem to have thrown a switch at the server end to make the 6.0 simulator no longer available. – matt Mar 12 '14 at 04:37
  • ok. means If I want to test my app in ios6.0 then I need to test it in older version(xcode 5.0 or 5.0.2) – Pratik Bhiyani Mar 12 '14 at 04:40
  • ok. It can be done with copy sdk to new version also. Thanks !!! – Pratik Bhiyani Mar 12 '14 at 04:41

2 Answers2

2

Please follow this procedure to upgrade your xCode

Upgrade xCode

At last change deployment target to access both IOS 6 and IOS 7 simulators.

Community
  • 1
  • 1
chandan
  • 2,453
  • 23
  • 31
2

There are basically no difference between IOS 6.0 and IOS 6.1, in 6.1 apple just added three header file with few method in MapKit framework and did little modification in UIKit. So I don't think that you should bother about that.

You can check the modification here

Tapas Pal
  • 7,073
  • 8
  • 39
  • 86