Authorize a non-admin developer in Xcode / Mac OS

后端 未结 10 1097
孤城傲影
孤城傲影 2020-12-04 05:09

I use a standard user account for my daily tasks on Mac OS. Since upgrading to Snow Leopard I am asked to do the following when a program is run from within Xcode:

\

10条回答
  •  生来不讨喜
    2020-12-04 05:31

    For me, I found the suggestion in the following thread helped:

    Stop "developer tools access needs to take control of another process for debugging to continue" alert

    It suggested running the following command in the Terminal application:

    sudo /usr/sbin/DevToolsSecurity --enable
    

提交回复
热议问题