I'm building a Xamarin project for Android and IOS on Visual Studio 2019 but my bin
and obj
folder when I compiled where empty all of a sudden.
It gives an error saying Metadata file '.dll' could not be found
I tried:
- Deleting those folders and then clean and recompile.
- Deleting hidden
.vs
folder. - Unchecking and then checking debug build on properties.
Please help because I don't know what is causing this.