0

As you can see in the image I have the IOS 5.1 version installed in Xcode for the simulator, but surprisingly I can select it in a project but not in the other.

http://postimg.org/image/jp184gmlz/

Why is this happening? Any clue?

Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121
Andoxko
  • 1,021
  • 2
  • 12
  • 19

3 Answers3

1

The project's deployment version is probably set to iOS 6 or 7.

Jim
  • 72,985
  • 14
  • 101
  • 108
  • I have changed it to 5.1.1 and the IOS 5.1 option isn't still in the simulator menu – Andoxko Dec 10 '13 at 12:25
  • If the simulator is 5.1, why are you changing your deployment target to 5.1.1? Set it to 5.1, not 5.1.1. Also restart Xcode as sometimes it gets confused. – Jim Dec 10 '13 at 12:31
  • Because I get this Error when I try to set it to 5.1 ("Applications including an arm64 slice are not compatible with versions of iOS prior to 5.1.1") and I ignore what is arm64 used for, even how could disable it, I am new with Xcode :( – Andoxko Dec 10 '13 at 12:36
  • Set to 5.1.1 only otherwise you should drop down the 64bit support. check this http://stackoverflow.com/questions/18913906/xcode-5-and-ios-7-architecture-and-valid-architectures/18914141#18914141 – Anil Varghese Dec 10 '13 at 12:46
  • Thank you very much! I have changed that architectural parameter and now I can see the IOS 5.1 – Andoxko Dec 10 '13 at 12:55
0

Check that the deployment target is set to the lowest version of iOS that you want to support. Select your project in the Project Navigator and then check the Deployment Info section under the General tab:

enter image description here

Daniel Martín
  • 7,815
  • 1
  • 29
  • 34
0

Because You have installed ios 5.1 Simulator In second image that is your 1st project it is display both ios5.1 and ios7 both because you have set its deployment to 5.1,

and for second project deployment target is selected only ios7, so..

set project's deployment version to iOS 5.1 , and check.

Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121