From c223ef656da3ddbab3a58ea87108d4217731a01c Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Fri, 2 Apr 2021 18:34:44 +0200 Subject: [PATCH] Documentation: mention developer group in macOS install instructions (#2409) Some users seem to need to do this in order to use a debugger. --- Documentation/installation/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/installation/README.md b/Documentation/installation/README.md index 44f52b43..a57fb790 100644 --- a/Documentation/installation/README.md +++ b/Documentation/installation/README.md @@ -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: