본문 바로가기

관리 메뉴

[Unity/IOS] Unity ios error. nternal build system error. Backend exited with code/ unable to find command line tool python required for firebase android resource generation. 본문

프로그래밍/ㄴ이슈

[Unity/IOS] Unity ios error. nternal build system error. Backend exited with code/ unable to find command line tool python required for firebase android resource generation.

최갓 2022. 10. 26. 16:30
반응형

Unity maxOS환경에서 프로젝트를 실행시 다음의 에러가 발생

unable to find command line tool python required for firebase android resource generation.

원인 : maxOS12.3부터 파이썬 지원이 되지 않아 발생한 문제

 

해결방법 : 

https://github.com/techyworm10/firebase-unity-sdk-editor-python-fix

 

GitHub - techyworm10/firebase-unity-sdk-editor-python-fix: Firebase.Editor dll files with a fix for macOS Monterey 12.3 missing

Firebase.Editor dll files with a fix for macOS Monterey 12.3 missing python - GitHub - techyworm10/firebase-unity-sdk-editor-python-fix: Firebase.Editor dll files with a fix for macOS Monterey 12.3...

github.com

위 링크에 들어가 Firebase.Editor에 있는것을 다운받은 후 설명에 있는 경로에 파일을 넣고, 유니티 재시작 시 해결된다.

 

+2022.11.10 추가

Internal build system error. Backend exited with code

위 에러도 동일하게 해결 가능

반응형
Comments