Reputation: 31
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
Reputation: 31
Update: Fixed by adding PropertyChanged.Fody to the Droid project's Packages folder.
Upvotes: 1