RBZ
RBZ

Reputation: 2074

Xamarin Visual Studio and Code version coupling

Our team has noticed that for Xamarin Development from a Windows Machine using Visual Studio, there is an implied version of XCode that must be installed. It appears that this is a one-way drive where XCode updates require Visual Studio to upgrade. Are these rules documented anywhere?

Upvotes: 1

Views: 39

Answers (1)

Jason
Jason

Reputation: 89102

Check the release notes. Basically if you install a VS/Xamarin.iOS update that introduces support for iOS version X, then you need the version of Xcode that supports iOS version X.

Upvotes: 1

Related Questions