Hi,
I've been working on Xamarin.Forms on a project that meant to support all 3 platforms. For Android and iOS everything works fine (i'm even using AzureMobileservices, Xamarin.Auth and some other components) but my initial problem that i can't pass over is that when i created project using Blank Mobile App (Xamarin.Forms Portable) it creates Portable, Droid and iOS projects but not WinPhone project as I expected. I tried to add WinPhone project manually, creating new WinPhone Silverlight 8.0 app, but when i try to install Xamarin.Forms via nuget on it i get error Object reference not set to an instance of an object. PCL profile is 78 and I'm using Visual Studio, running on VMWare on Mac. When i use shared template i get all 4 projects as expected. Can someone explain me why i don't get all four projects on PCL template initially or at least how to workaround it, please, as I would like to target all 3 platforms and I don't think shared project template will work for me.
Thanks
↧
Creating Xamarin.Forms Blank App doesn't create Windows Phone project
↧