I\'m getting this error:
\"MyApp\\App.cs(7,7): Error CS0246: The type or namespace name \'Xamarin\' could not be found (are you missing a using di
MihaMarkic's post here led me to the right answer. For each project in your solution you'll need to do the following:
This is the workflow that got it working on my Mac. I'm not sure what the exact steps are for you PC users out there.