'Error: Xamarin bin and obj folder empty and build failing [duplicate]
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
.vsfolder. - Unchecking and then checking debug build on properties.
Please help because I don't know what is causing this.
Solution 1:[1]
I fixed the error and in my case what worked was to clean, unload and reload the projects.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | mml |
