Replies: 1 comment
-
自己 xmake f -c 清下cache,或者走 vscode 里面 xmake.onConfigure 重新配置下 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
如题,在我执行
xmake require --uninstall
卸载包后,xmake确实已经删除了库文件,但是工程项目依然认为库还是安装了的,这时构建就会出现错误,因为库文件已经删了嘛,会直接报找不到文件现在我是执行``xmake require --uninstall`后,再手动把.xmake文件夹删了,然后再次config,特别麻烦,希望能够解决
Beta Was this translation helpful? Give feedback.
All reactions