debugee
debugee
> [@debugee](https://github.com/debugee) Yes, the path is checked for child directories that match what we expect for a framework directory, so if you deleted a directory ending with `.framework` then we...
> > > [@debugee](https://github.com/debugee) You can run C/C++: Log Diagnostics to see if the framework paths are correctly picked up as framework paths instead of normal include paths. After switching...
My article is so clear. I don't know what you are doing. The problem has not been clarified yet. Error repair
> Hi @debugee . > > Asking Copilot to "provide an outline of the minimum required directory structure of a macOS Framework that contains headers" yielded the following (simplified) :...
framework search path: /Users/admin/Desktop/bug-sample/build Obviously, cmake-tools does not give you a suffix, but you take this as a framework, which is obtained by scanning. How to distinguish the user just...
You would rather argue with me than read more of the logs and errors listed above. I have resubmitted the bug-sample project. Please compile it by yourself.
I open two issues one for cpptools https://github.com/microsoft/vscode-cpptools/issues/13993 one for cmake-tools https://github.com/microsoft/vscode-cmake-tools/issues/4597 I also feedback to cmake https://gitlab.kitware.com/cmake/cmake/-/issues/19897 because this bug need fix together by cmake 、 cmake-tools 、cpptools
I suggest that cmake fileapi does not separate the framework directory from includes into frameworks, so that includes contains all directories, including those included by -I, -F, -iframework, -isystem, etc.,...
> Technically, to most accurately reflect the order/priorities of -I, -sysroot, -F, -iframework, and several other arguments for which order is significant, it would actually be better if CMake Tools...
> Hi [@Colengms](https://github.com/Colengms) and [@debugee](https://github.com/debugee) , thank you for reporting this issue. We have verified this issue in a Mac OS darwin environment with CMake version 4.1.0 + VS Code...