Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OS13 Ventura - Security warning when running clangd. (LLVM-240) #64

Open
andychess opened this issue Feb 24, 2023 · 1 comment
Open

Comments

@andychess
Copy link

Hi,

I lust installed the latest package for MacOS (15.0.0 20221201). Attempting to run clangd causes a security message with the instruction to request an updated version from the developer.

Does anyone have a fix for this?

Thanks,

Andy

@github-actions github-actions bot changed the title Mac OS13 Ventura - Security warning when running clangd. Mac OS13 Ventura - Security warning when running clangd. (LLVM-240) Feb 24, 2023
@igrr
Copy link
Member

igrr commented Mar 27, 2023

Hi @andychess,

The release binaries are not notarized. If you have downloaded the package from Github Releases using a web browser, the archive and all the extracted files will have a com.apple.quarantine file attribute set.

You can try to either remove the attribute (xattr -dr com.apple.quarantine /path/to/clang-release/) or use a download tool which doesn't set this attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants