刚刚在Mac OS 10.13.6上安装了VS2017 + monogame 3.8(开发版),并且我在新的空项目中收到以下警告:
Warning MM2006: Native library 'api-ms-win-core-timezone-l1-1-0.dll' was referenced but could not be found. (MM2006)
Warning MM2006: Native library 'libasound' was referenced but could not be found. (MM2006)
Warning MM2006: Native library 'Ws2_32.dll' was referenced but could not be found. (MM2006)
Warning MM2006: Native library 'comdlg32.dll' was referenced but could not be found. (MM2006)
Warning MM2006: Native library 'shell32.dll' was referenced but could not be found. (MM2006)
如何处理此警告?如何解决?还是在Mac上使用此框架是个坏主意?
答案 0 :(得分:-1)
似乎Mac上的VS模板具有多余的参考。您可以安全地从项目中删除引用。我会将此问题发布在MonoGame的Github网站上,以允许他们解决此问题。