0

MTOUCH: error MT2002: Failed to resolve "System.Void PropertyChanged.ImplementPropertyChangedAttribute::.ctor()" reference from "MvvmCross.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null"

Following errors are from Compiling Environment Mono Framework 4.8.1 Xamarin Studio 6.3(863)

Pratik Shah
  • 563
  • 4
  • 14

2 Answers2

0

I was getting this when the FodyWeavers.xml file's build action was set to "none" instead of "Content".

De11aZ
  • 101
  • 1
0

I had a similar issue where my PCL was referencing the wrong Newtonsoft.JSON version.

I uninstalled and reinstalled Fody and PropertyChanged.Fody packages. This resolved the issue for me by correcting the references.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
danielc103
  • 1
  • 1
  • 2