Documentation: mention developer group in macOS install instructions (#2409)

Some users seem to need to do this in order to use a debugger.
This commit is contained in:
Alessandro Arzilli
2021-04-02 18:34:44 +02:00
committed by GitHub
parent 370ec4e6e4
commit c223ef656d

View File

@ -38,6 +38,12 @@ If you didn't enable Developer Mode using Xcode you will be asked to authorize t
sudo /usr/sbin/DevToolsSecurity -enable
```
You might also need to add your user to the developer group:
```
sudo dscl . append /Groups/_developer GroupMembership $(whoami)
```
## Compiling macOS native backend
You do not need the macOS native backend and it [has known problems](https://github.com/go-delve/delve/issues/1112). If you still want to build it: