- Today
- Total
Notice
Recent Posts
Recent Comments
Link
250x250
프로그래밍 농장
[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 모듈을 설치하거나, 재시작해는 방식이 있었습니다.
불필요한 용량차지인것 같지만 에러로그를 없앨수있는 방법이라고 하니 ..
하지만 사실 위 에러메시지가 에디터상에서 떠있어도, 제가 구성하여 테스트중인 빌드로직에서는 정상빌드로 종료되었습니다. 하지만 아래와 같이 모듈상에서 error < 라고 발생되는 로그가 신경쓰여서 한번 찾아서 정리해보았습니다.
728x90
'Unity' 카테고리의 다른 글
[Unity] 텍스처 압축으로 유니티 모바일 게임 메모리 최적화하기 (astc/etc 개념정리용) (0) | 2024.04.15 |
---|---|
[Unity] Odin Inspector 에 대하여 (1) | 2024.01.19 |
[unity] il2cpp 빌드파일 정리 (0) | 2023.11.24 |
[Unity] mono / il2cpp (0) | 2023.11.24 |
Unity Compression Method LZ4 ( VS2019.3 ~) (0) | 2023.11.23 |