Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to be able to target iOS4 and iOS5 on the same Mac. Specifically, I have a need to test web apps in both versions of the simulator. I am a registered iOS developer but can't see where to download the earlier SDK in the iOS dev centre. Host OS is Snow Leopard 10.6.8

share|improve this question

2 Answers

You can install iOS 5 and set the development target for whichever version you wish to test. Simulators for 4 & 5 will be included.

See Deployment Target in the Project & Targets.

share|improve this answer
I am not using XCode in this case and just want to test a web app in both iOS4 and 5. The simulator only has version 5 available in Hardware -> Version. – codecowboy Nov 14 '11 at 9:00
up vote 3 down vote accepted

You can do this in XCode Preferences -> Downloads -> Components. The older version of the simulator will be downloaded and installed, then available in the Simulator Menu Under Hardware -> Version

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.