MacOS Ventura "cannot be opened because the developer cannot be verified" #6759
Unanswered
sumanparia
asked this question in
Q&A
Replies: 2 comments
-
You might have to right click then "Open" the trusted file from elsewhere first, or change your security settings, probably not specific to helix. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try this: cd ~/.config/helix/runtime/grammars
ls -1 | grep -e '.so$' | xargs xattr -cr
ls -1 | grep -e '.so$' | xargs codesign --force --deep --sign - It works for me |
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.
-
This alert is coming for all the so files.
Any quick solution?
Beta Was this translation helpful? Give feedback.
All reactions