I'm using Xamarin Studio on Mac and currently only focusing on the iOS project. After having updated packages (because the compiler complained about FontAttributes not being found), I get the following build error message:
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ../../packages/Xamarin.Forms.1.0.6186/build/portable-win+net45+wp80+MonoAndroid10+MonoTouch10/Xamarin.Forms.targets. (IslandsbankaApp)
Presumably, this is because the Android project and the WinPhone project reference version 1.0.6186, or what?
How do I "Enable NuGet Package Restore" in Xamarin Studio?