I have updated my xcode, and I want to run my apps on iPhone 5, but my iPhone 5 have the iOS10 and I the update the xcode use the iOS11 , and how can I use the iOS10 on xcode9?
Asked
Active
Viewed 3,394 times
5
-
Yes you can. Set the minimum version of your project to iOS 10 – Larme Sep 20 '17 at 20:05
-
I redid the duplicate since the other two had nothing to do with this question. This question is about setting the app's Deployment Target. – rmaddy Sep 20 '17 at 23:25
1 Answers
15
The project needs to have the minimum version set correctly, Then download the ios10 simulators under
Xcode->Preferences->Components

jayllo
- 196
- 2
- 6
-
The OP has a phone with iOS 10 so there is no need to download any simulators. Simply setting the Deployment Target is enough. – rmaddy Sep 20 '17 at 23:26
-