Как заставить Fody / PropertyChanged работать в проекте iOS в Xamarin Studio?

Я установил Nuget для Xamarin Studio и попытался добавить https://github.com/Fody/PropertyChanged в свое решение для 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 

Кто-нибудь знает, как заставить его сотрудничать с iOS-решениями?

1 ответ

Попробуйте добавить следующий пакет nuget для Fody. Использовали это успешно в моем проекте.

https://www.nuget.org/packages/Fody/

Другие вопросы по тегам