awilliams91
awilliams91

Reputation: 31

Fody: Could not find a weaver named 'PropertyChanged'

I'm working on a Xamarin project, and up until Friday, builds worked perfectly. Now, when I try to build for iOS or Android, I'm getting this error

"Could not find a weaver named 'PropertyChanged'"

. I've tried deleting my local repo and re-cloning, reinstalling Xamarin, clearing the .nuget file, making sure my Fody version (1.29.4) is compatible with PropertyChanged.Fody (1.52.1), and making sure the FodyWeavers.xml file is correct.

Any ideas?

Upvotes: 0

Views: 2126

Answers (1)

awilliams91
awilliams91

Reputation: 31

Update: Fixed by adding PropertyChanged.Fody to the Droid project's Packages folder.

Upvotes: 1

Related Questions