jdmdevdotnet
jdmdevdotnet

Reputation: 1

Is there a way to tell iOS which version to put on simulator?

So I just want to test my application on an earlier version of iOS. It seems that there's no way to change the iOS version on the simulator, is there a different way to tell the simulator which iOS to run?

Upvotes: 0

Views: 165

Answers (1)

Jason
Jason

Reputation: 89129

XCode --> Preferences --> Components

This will allow you to install older versions of the simulators. Then when you deploy from Xamarin you can pick which simulator image to use.

Upvotes: 3

Related Questions