Unity & C#/Bugs & Crash

[Unity Crash] Developer Tools Access

coucou3 2020. 7. 23. 00:54
반응형

현상

Editor Play 중 자꾸만 무한루프에 빠진 것처럼 유니티가 멈춰버리거나 크래쉬가 발생한다.

종종 아래와 같은 팝업이 뜨며 작동을 멈춘다.

Developer Tools Access

 

 

환경

OS - macOS Catalina 10.15.4

Unity - 2019.3.8f1

Target Platform - Android

IDE - JetBrains Rider 2018.3.1

 

 

해결

Terminal에서 아래 명령을 입력한다.

$ sudo /usr/sbin/DevToolsSecurity --enable

 

Developer Tools Access는 설치된 프로그램이 디버깅 기능을 사용하기 위해 사용자에게 권한을 요청하는 것이다.

그런데 위 팝업창에서 제대로 작동하지 않아 수동으로 활성화한다.

 

 

참고

macOS Catalina 10.15.x와 Unity 2019.3.x 버전에서 종종 발생하는 문제인 것 같다.

단순히 위 방법으로 해결되지 않거나 다른 새로운 문제로 이어지는 경우도 있는 것 같다.

 

1) About Develpoer tools access - https://forums.macrumors.com/threads/developer-tools-access-needs-to-take-control.2119868/

2) Unity 2017.3.1f1 crash after Developer Tools on Mac request access - https://answers.unity.com/questions/1545163/unity-201731f1-crash-after-developer-tools-on-mac.html

반응형