본문 바로가기
Unity/Settings

유니티 IOSResolver.dll Error

by 노튜 2025. 3. 26.
728x90
반응형

1. IOSResolver.dll Error

1.1. 에러 코드

Assembly 'Assets/ExternalDependencyManager/Editor/1.2.185/Google.IOSResolver.dll' will not be loaded due to errors:
Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.

 

1.2. 원인

구글 안드로이드 패키지를 연동하는 과정에서 발생하는 에러이다. 설치한 패키지를 iOS와 연동하기 위해 필요한 요소들이 없기 때문이다. 

 

반응형

1.3. 해결방법

해결방법은 두 가지이다. 둘 중 하나만 적용하면 된다.

1.3.1. iOS Build Support 설치

유니티 Hub → Installs → 2022.3.32f1 → 톱니모양 선택 → Add Modules → iOS Build Support → 설치

* 진행 중인 프로젝트에 맞는 버전을 선택하고 설치한다.

 

1.3.2. Validate References 설정

ExternalDependencyManager → Editor → 1.2.185  Google.IOSResolver 선택 → Validate References 선택 해제

* 버전이 다를 수 있다.

 

1.4. 해결 Resolve

구글 패키지의 경우 변경이 발생하면 Resolve를 해주어야 한다.

Assets → External Dependency Manager → Android Resolver → Resolve 

 

728x90
728x90
반응형