You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I lust installed the latest package for MacOS (15.0.0 2022120). 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
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Mac OS13 Ventura - Security warning when running clangd.
Mac OS13 Ventura - Security warning when running clangd. (LLVM-240)
Feb 24, 2023
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.
Hi,
I lust installed the latest package for MacOS (15.0.0 2022120). 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
The text was updated successfully, but these errors were encountered: