Hi,
I've been banging my head with this error:
MTOUCHTASK: error MT2002: Failed to resolve "Xamarin.Forms.BindableProperty Xamarin.Forms.BindableProperty::Create(System.String,System.Type,System.Type,System.Object,Xamarin.Forms.BindingMode,Xamarin.Forms.BindableProperty/ValidateValueDelegate,Xamarin.Forms.BindableProperty/BindingPropertyChangedDelegate,Xamarin.Forms.BindableProperty/BindingPropertyChangingDelegate,Xamarin.Forms.BindableProperty/CoerceValueDelegate)" reference from "Xamarin.Forms.Core, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null"
Task "MTouchTask" execution -- FAILED
It seems that there's a reference to Xamarin.Forms.Core 1.2.2
somewhere (I'm using 1.3.2
). What is the way to see where it's referenced from? The debug builds are working properly. What to do? I found some people using Xamarin Forms Labs had this similar issue but I'm not using it. Linking everything is not possible, since it totally breaks down JSON serialization (Yes, I'm aware of the Preserve-flag but it's too complicated for now). The external dependencies I have is Xamarin Mobile (version 0.7.5) and Xfinium's PDF-component. I already tried removing Xfinium but it did not change the error.