-2

I am building an application in Xcode 4.5.2 and I want to test it on iOS 4 but it seems that the copy-paste method is not working. I tried everything and nothing seems to work. Thank you.

Dilip Manek
  • 9,095
  • 5
  • 44
  • 56
Alexandru Dranca
  • 830
  • 1
  • 7
  • 21

1 Answers1

2

Okey, If you want iOS 4 simulator than you have to install its SDK. Which you can download using xcode. select Xcode from upper ToolBar > Preference > Downloads > Components > here you can see all the old and new simulator download ios 4 simulator and it will autometically added to your xcode. Here it is.

Yes you have to set diployment target to ios 4 in your project target to use ios 4 simulator.

Happy coding.

Dilip Manek
  • 9,095
  • 5
  • 44
  • 56