I created a brand new Xamarin Forms project and made no changes to it whatsoever.
I paired the LivePlayer installed on my iPhone and when I build the solution I get no errors.
However, when I try to debug using LivePlayer, it fails and the only errors I'm seeing in the output are:
No Address and User has been specified in order to establish a connection to a Mac Server, so only the main assembly was compiled for project 'myMobileApp.iOS'. Connect to a Mac Server and try again to build the full application.
and
There is no available connection to the Mac, hence the task Xamarin.MacDev.Tasks.CollectBundleResources will not be executed
This is my first experience with Xamarin and not a good experience to start with!
Any idea what's the issue here and how to fix it?
BTW, I'm using Visual Studio 2017 15.6.6 and I'm not seeing any updates.