when i try to run an app or use the playground on a non administrator account it says please type the name and password of a user in the developers tools group.
Is there any way I can stop this from popping up every time?
when i try to run an app or use the playground on a non administrator account it says please type the name and password of a user in the developers tools group.
Is there any way I can stop this from popping up every time?
What does DevToolsSecurity says about your developer tools setup? For example, on my machine it says:
$ DevToolsSecurity -status
Developer mode is currently enabled.
Share and Enjoy
--
Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
where would I find that?
It's in
/usr/bin
.
$ which DevToolsSecurity
/usr/sbin/DevToolsSecurity
Share and Enjoy
—
Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
Open terminal, type in DevToolsSecurity -status at the prompt.
If it doesn't say already enabled, type DevToolsSecurity -enable and type your
root password.