Xamarin.ios 如何让Fody/PropertyChanged在Xamarin Studio的iOS项目中工作?

Xamarin.ios 如何让Fody/PropertyChanged在Xamarin Studio的iOS项目中工作?,xamarin.ios,fody,fody-propertychanged,Xamarin.ios,Fody,Fody Propertychanged,我已经为Xamarin Studio安装了Nuget,并尝试将其添加到我的iOS解决方案中。但是,我得到以下错误: Adding 'PropertyChanged.Fody 1.41.0.0' to ImapClientApp.iOS. Could not install package 'PropertyChanged.Fody 1.41.0.0'. You are trying to install this package into a project that targets 'Mono

我已经为Xamarin Studio安装了Nuget,并尝试将其添加到我的iOS解决方案中。但是,我得到以下错误:

Adding 'PropertyChanged.Fody 1.41.0.0' to ImapClientApp.iOS.
Could not install package 'PropertyChanged.Fody 1.41.0.0'. You are trying to install this package into a project that targets 'MonoTouch,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.
System.InvalidOperationException: Could not install package 'PropertyChanged.Fody 1.41.0.0'. You are trying to install this package into a project that targets 'MonoTouch,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.
  at NuGet.ProjectManager.ExtractPackageFilesToProject (IPackage package) [0x00000] in <filename unknown>:0 
将'PropertyChanged.Fody 1.41.0.0'添加到ImapClientApp.iOS。
无法安装程序包“PropertyChanged.Fody 1.41.0.0”。您正在尝试将此软件包安装到目标为“MonoTouch,Version=v1.0”的项目中,但该软件包不包含任何与该框架兼容的程序集引用或内容文件。有关更多信息,请联系软件包作者。
System.InvalidOperationException:无法安装程序包“PropertyChanged.Fody 1.41.0.0”。您正在尝试将此软件包安装到目标为“MonoTouch,Version=v1.0”的项目中,但该软件包不包含任何与该框架兼容的程序集引用或内容文件。有关更多信息,请联系软件包作者。
在0中的NuGet.ProjectManager.ExtractPackageFilesToProject(IPackage包)[0x00000]处

有人知道如何让它与iOS解决方案配合吗?

尝试为Fody添加以下nuget软件包。我已经在我的项目中成功地使用了它


您没有要将其放入的PCL?请尝试1.29.4版。这就是我目前正在使用的。我对最新版本有一些问题。