I am trying to deploy the Xamarin.Forms "Hello, Forms" project to an iPhone and I receive the following error during the deployment step:
MT2002:Failed to resolve "System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression)" reference from "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
This is the default project that is created when you open a new "Blank App (Xamarin.Forms.Portable)" project from VS. It has no code changes. I simply created the project, compiled it and attempted to deploy to the device. It compiles and runs fine in the simulator.
I am using VS 2013 Update 2 with Xamarin 3. I have attempted to deploy to an iPhone 4s running both iOS 6.1 and 7.1 with no success. Does anyone have any insight into this error and how I might correct it?