I currently have Xamarin.Forms package 1.3.1.6296 installed, project migrated using the Xamarin Studio for Mac migration tool, and I am trying to update to the latest stable version of Xamarin Forms for my iOS project. But I am getting the following error:
Could not install package 'Xamarin.Forms 1.3.2.6316'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0',
but the package does not contain any assembly references or content files that are compatible with that framework.
For more information, contact the package author.
When I try and upgrade, this actually removes the 1.3.1.6296 from my project. Is there something I am missing?