So I just added the Nuget Package Xamarin Forms Labs (Which looks brilliant, and will save me a lot of time) but I get the error:
Error 1 Cannot resolve reference assemblies. Please check the reference assemblies. Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. C:\Users\jameskennedy\Documents\Visual Studio 2013\Projects\XamarinLabsTest\XamarinLabsTest\XamarinLabsTest.WinPhone\MainPage.xaml XamarinLabsTest.WinPhone
My Xamarin.Forms.Platform.WP8 version is 1.1.0.0 so I was wondering how I would update this? for IOs and android I just open the project in Xamarin Studio, find the reference and click update, but I can't do this for WP. How do I update the package?