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

后端 未结 9 2647
抹茶落季
抹茶落季 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:00

    no need code. no need reinstall xcode. Do these steps:

    1.close xcode.

    2.open Keychain access.

    3.double click your Keychain(the key icon which create from keychain.p12)

    4.go to access control panel(name maybe not right)

    5.enable all app access this.

    6.save.

    7.run your xcode project.

    8.it works well.

    0 讨论(0)
  • 2020-12-02 05:03

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

    sudo /usr/sbin/DevToolsSecurity --enable
    
    0 讨论(0)
  • 2020-12-02 05:06

    Reinstalling Xcode 4.2.1 after upgrading to 10.7.3 seems to have fixed it for me.

    0 讨论(0)
提交回复
热议问题