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

后端 未结 9 2687
抹茶落季
抹茶落季 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 05:03

    There's a much simpler solution for this. Try running the following command:

    sudo /usr/sbin/DevToolsSecurity --enable
    

提交回复
热议问题