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

后端 未结 3 1239
孤独总比滥情好
孤独总比滥情好 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 23:17

    The solution for mavericks is this command :

    sudo security authorizationdb write system.privilege.taskport allow
    

    Based on this post : http://www.ama-dev.com/xcode-build-command-line-remove-authorization-prompt-for-uiautomation/

提交回复
热议问题