Reputation: 1
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
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