The straight-forward way to add additional Simulators to XCode is via Preferences. XCode 4.5.1 comes preloaded with iPhone/iPad Simulators for SDK 6.0 and the option to download 5.0 and 5.1.
However other versions are getting little love. If you need to support clients on older versions of iOS this is a problem. Luckily, adding older Simulators to XCode is easy.
NOTE: XCode 4.5 has dropped armv6 support so can no longer be used to develop for iOS <4.3. Adding armv6 simulators such as iOS 4.2 to XCode 4.5 will have no effect, they will simply be ignored.
STEP 1
Find a backup, computer or helpful developer running the Simulator that you need.
STEP 2
Find the Simulator SDKs in the following directory:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
If the source XCode installation is an older (pre-AppStore) version the directory will be:
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
STEP 3
Copy the SDKs you need to your XCode install.
STEP 4
Open XCode and enjoy!
TIP: Backup your Simulator directory before Upgrading XCode.
Hi, What do you mean in step 3 by “XCode install” ? Where is this folder ?
Thanks
It’s the same as step 2, except that step 2 refers to a backup whereas step 3 refers to your new XCode installation.