Pavan G R
Pavan G R

Reputation: 316

VS2017 on Windows with iOS SDK 11.2.1.0 & Mac with XCode 9.2 Beta

Even with all lastest tools installed on Both Visual studio (on windows) and XCode on Mac, I am receiving following error when tried to connect from visual studio 2017 through Xamarin agent. Any hint how to solve it?

"The installed Xamarin.iOS (version not specified) on the Mac 192.168.186.128 is not compatible with the local Xamarin.iOS (version 11.2.1.0). Please select a new server or install the correct Xamarin.iOS versions.Windows 10 & Mac Sierra 10.12.6

Upvotes: 0

Views: 1259

Answers (1)

Paul Kertscher
Paul Kertscher

Reputation: 9703

Even with all lastest tools installed on Both Visual studio (on windows) and XCode on Mac

In order to build Xamarin.iOS apps, Xamarin Tools and SDKs are needed on the Mac, too. You should have Visual Studio for Mac installed, it comes with all the necessary tools and SDKs.

If Xamarin is outdated on your Mac (disregarding of the Xcode version) you will see the message that Xamarin.iOS is outdated. Please follow these instructions to update your Xamarin components. (Anyway, avoid the beta channel and stick to stable unless you have a good reason not to.)

Upvotes: 1

Related Questions