I'm trying out Xamarin.Forms for the first time and wanted to try the live player. In my default template solution I switched to the iOS project and on MainPage.xaml tried to use the live player. I get this error:
Failed to install /Users/jeff/Library/Caches/Xamarin/XMA/LivePlayer/Player.app to 6A54FABB-B6A7-481E-98A5-0D8C641C7E17. Unknown command line argument: 'Weinstein'
I'm assuming my name isn't part of the Xamarin SDK and that the issue is related to my login user name on my mac: It's two words, Jeff Weinstein. Perhaps the space in the user name is what's causing the error? Not sure of a work around. I guess I could try making a new user account. Note that my home directory is /Users/jeff.
Oh also I'm running Visual Studio Pro from my Windows PC but I have a physical Mac laptop that I'm using for the iOS functionality.