Cask installed from brew has User Group Issue #5308
Unanswered
onlynovice
asked this question in
Casks
Replies: 1 comment
-
I noticed that there seemed to be a comment above, but it disappeared :( I write this discussion with the hope that casks installed from brew can get an admin user group, so I would not have to download them manually :) |
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
-
Output of
brew config
Output of
brew doctor
Description of issue
I installed Homebrew using the official terminal command on my macOS Sonoma 14.4.1 and then used
brew install rider
to install Jetbrains Rider.However, when I tried to launch Rider's debugger, I encountered an issue where the built-in LLDBFrontend failed to start. Error Msg was like
Fail to run "/Applications/Rider.app/Contents/plugins/cidr-debugger-plugin/bin/lldb/mac/x64/LLDBFrontend" error=13, Permission denied
.Upon further investigation, I found that the problem was related to the user group.
It appeared that the brew version Rider's user group was set to staff, which might be causing the inability to launch LLDBFrontend.
And the Rider downloaded from Jetbrains worked well, its LLDBFrontend had an admin user group.
Relevant casks
Jetbrains Rider
Beta Was this translation helpful? Give feedback.
All reactions