Xie Yinuo
Xie Yinuo
Everything is OK, except the exe (appx) installer. Maybe msi installer works. ``` This app package’s publisher certificate could not be verified. Contact your system administrator or the app developer...
### Xmake 版本 3.0.4 ### 操作系统版本和架构 Windows 11 version 24H2 ### 描述问题 一个`xmake create hello`项目,没有任何改动。在使用xmake时,无法include文件。但是在直接执行命令时候能找到include文件。 工具链采用xmake+clang+msvc 环境变量均已配置,INCLUDE环境变量如下 ``` C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\VC\Tools\MSVC\14.44.35207\include C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared C:\Program Files (x86)\Windows...