I have a cross platform xamarin project running on Windows VS 2017. I have a mac which I am connected to with the latest version of Xcode and VS installed with the xamarin versions matching. When I go to build the project, I get an error: "The Xamarin Build Agent is not running on the Mac. An active Build Agent is required to perform the build".
I know for sure that I'm connected, and that the xamarin versions are the same on the mac and windows. I followed all the steps here: https://developer.xamarin.com/guides/ios/getting_started/installation/windows/connecting-to-mac/troubleshooting/
I'm at a loss here, and any help would be greatly appreciated.
Mono
andXamarin.iOS
on Mac build host, but not Xamarin Studio or Visual Studio for Mac. Once you setup remote login on the Mac, of course you have to keep the versions in sync between the machines ;-) otherwise the error in this question will be seen. As far as versions go, unless you are running the "old" Xamarin 3.x with Visual Studio 2010/13, Visual Studio (Windows) will take care of installing build agent... – SushiHangover