Alert“Developer tools access needs to take control of another process for debugging to continue.Type your password to allow this.”

后端 未结 3 1234
孤独总比滥情好
孤独总比滥情好 2021-01-30 22:22

I am using OS X Mavericks with Xcode 4.6.3. I am running the app on simulator as i don\'t have a developer account. Whenever i run the project on simulator it keeps asking me \"

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 23:07

    In case you are using older version of Xcode (below 6) type this command on terminal :

    DevToolsSecurity -enable
    

    This will prompt a dialog requesting system password. Enter password and you can see 'Developer mode is now enabled' log on terminal.

    Screenshot 2

    If you are using Xcode 6 (or above) it will automatically ask for enabling developer mode. Simply click 'Enable' to enable developer mode.

    Screenshot

提交回复
热议问题