프로그래밍 농장

[Unity] Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform? 해결법 본문

Unity

[Unity] Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform? 해결법

Tennessee201 2023. 12. 27.
728x90

유니티에서 UnityEditor.iOS.Extensions.Xcode 에러 메시지가 나올때 해결법입니다.

각종 SDK를 유니티 프로젝트에 임포트후, 빌드시 아래와 같은 에러로그가 발생하는 상황이 생깁니다.

게다가 본인은 iOS 플랫폼으로 설정되어있지 않은데 이와 같은 로그가 발생합니다.

구글링 결과 해결법으로는 유니티엔진에 iOS 모듈을 설치하거나, 재시작해는 방식이 있었습니다.

불필요한 용량차지인것 같지만 에러로그를 없앨수있는 방법이라고 하니 ..

 

unable to resolve "'UnityEditor.iOS.Extensions.Xcode'"

.i am using unity 2020. I am working on upgrade of my android app. suddenly an error occur… Unable to resolve reference ‘UnityEditor.iOS.Extensions.Xcode’… i dont know. the reason , because i never work on ios. I am working on Win10 and my app is o

discussions.unity.com

iOS Build Support 모듈 추가

하지만 사실 위 에러메시지가 에디터상에서 떠있어도, 제가 구성하여 테스트중인 빌드로직에서는 정상빌드로 종료되었습니다. 하지만 아래와 같이 모듈상에서 error < 라고 발생되는 로그가 신경쓰여서 한번 찾아서 정리해보았습니다.

728x90