Xcode 9: Could not attach to pid

前端 未结 22 2158
旧巷少年郎
旧巷少年郎 2020-12-13 05:41

I\'ve been facing an issue (frequently) with the recent major release of the iOS application development tool - Xcode 9-beta.

It\'s showing me the following error fr

22条回答
  •  囚心锁ツ
    2020-12-13 06:08

    Even on Xcode 11.1/2/3

    It is an Authorization issue with Simulator, When Simulator does not have the necessary access. It raises the issue.

    Try following in Terminal

    sudo DevToolsSecurity -enable

    or

    sudo /usr/sbin/DevToolsSecurity -enable

    Details can be found here

提交回复
热议问题