how to use IOS10 on xcode9?

Viewed 3390

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?

1 Answers

The project needs to have the minimum version set correctly, Then download the ios10 simulators under

Xcode->Preferences->Components

Related