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

后端 未结 9 2701
抹茶落季
抹茶落季 2020-12-02 04:24

I recently upgraded to 10.7.3, and when I try to debug my iOS project in the simulator for the first time after logging in, I\'m prompted with the following two alerts:

9条回答
  •  余生分开走
    2020-12-02 04:48

    Something has been modified on file /etc/authorization, I've a Lion without v10.7.3 and it has the following code

    Lines 5807-5814

        k-of-n
        1
        rule
        
            is-admin
            is-developer
            authenticate-developer
        
    

    After the update the file contains many modification due to new language supported but the lines corresponding to debugging authorization differ from the lines shown above in

    Lines 7675-7676

        group
        _developer
    

    I can't apply these differences to my 10.7.3 Lion installation because it's a production machine and I can't risk to corrupt it

    I've all necessasy permission as shown from command id -a

    uid=501(dave) gid=20(staff) groups=20(staff),
    401(com.apple.access_screensharing),
    402(com.apple.sharepoint.group.1),
    12(everyone),
    33(_appstore),
    61(localaccounts),
    79(_appserverusr),
    80(admin),
    81(_appserveradm),
    98(_lpadmin),
    100(_lpoperator),
    204(_developer)
    

提交回复
热议问题