Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Different versions of iPhone simulator

I recently installed a new OS X on my mac, and installed XCode on it. It provided me only with iOs 6.0 simulator ( and maybe only iPhone 5, I don't really know how to change the simulated device ).

I have a couple of problems I encountered when porting an iPhone 4 project to this XCode, and I want to see if the problem is caused because of new changes in iOS 6/iPhone 5 or simply the code is wrong.

For that reason I want to be able to run the simulator with iOs 4 / iPhone 4, But I can't find a way to do that.

Any suggestions?

like image 394
Niv Avatar asked Dec 16 '22 18:12

Niv


1 Answers

In Xcode go to:

Xcode -> Preferences -> Downloads

then Download the Simulator you need.

like image 146
Maurice Avatar answered Dec 28 '22 06:12

Maurice