Reputation: 1550
I'm working on a new project having iOS 9 as deployment target in Xcode
9.1. In the simulator I have the iPhone 4s
but its iOS
version is not displayed. I searched about the support of iOS 9
in this iPhone
and I found some answers saying that the iPhone 4s is supporting the iOS 9 and others saying the opposite so I'm confused. At this date, is iOS 9
supported on iPhone 4s
?
Upvotes: 2
Views: 1410
Reputation: 15599
Yes, iOS 9 is supported on iPhone 4S. but iOS 10 is not supported. Last supported is iOS 9.3.5
You can see the Simulator and iOS in XCode, Window > Devices and Simulator or Cmd+Shift+2.
In the Simulator Tab, you can see the list of simulators. Normally by defaults, iPhone 4S Simulator is installed with iOS 8.1.
If you need to see more iPhone 4S with iOS 9.3 e.g. you can press the '+' on the left below to add more simulators. And check on the 'Show as run destination' to run the app on this simulator in XCode.
If you do not have iOS 9.3 simulator, you can choose the option to download more simulator or do it from XCode > Preferences > Components
Upvotes: 1