- Can't build Xamarin.App with error saying :
AppResources
does not contain a definition for SomeString
- Solution: Open one of
AppResources.resx
and edit some file in it and save again. It will generating correctAppResources.Designer.cs
and the error gone.