Visual Studio for Mac: Guid should contain 32 digits with 4 dashes (xxxx…)

ぐ巨炮叔叔 提交于 2019-12-04 20:18:49

So the problem seems to be that if one of the project types used by the project template is unsupported then an unknown project type is created with an empty flavor guid. This then causes an exception in the Android designer.

In this case the Xamarin.iOS project type was considered to be unsupported since Xamarin.iOS was not installed.

This seems to be a bug in Visual Studio for Mac. Either the project template should not attempt to create a Xamarin.iOS project if it is not supported, or the unknown project should be created with no flavor guids instead of using an empty string.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!