[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
위 링크에 들어가 Firebase.Editor에 있는것을 다운받은 후 설명에 있는 경로에 파일을 넣고, 유니티 재시작 시 해결된다.
+2022.11.10 추가
Internal build system error. Backend exited with code
위 에러도 동일하게 해결 가능
반응형
'프로그래밍 > ㄴ이슈' 카테고리의 다른 글
Unity Crash by 'DynamicHeapAllocator::Allocate', 'LoadSceneOperation::IntegrateTimeSliced' from '/system/lib/arm/nb/libtcb.so' (1) | 2022.12.19 |
---|---|
[Unity] Unity 2021 too slow, Resources.Load slow, scene change slow error (0) | 2022.11.01 |
[Unity] DateTime.Parse의 결과는 TimeZone에 따라 다를 수 있습니다 (0) | 2022.02.16 |
[Unity] Android12 Build Error (0) | 2022.01.18 |
[Unity] Google 다중 로그인, 계정 변경 (0) | 2021.12.07 |
Comments