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
'Unity > Settings' 카테고리의 다른 글
유니티 Google currentActivity Error (0) | 2025.03.27 |
---|---|
유니티 Resolving Android Dependencies (0) | 2025.01.29 |
유니티 Advertisement Legacy (0) | 2025.01.29 |
유니티 Advertisement Legacy - Monetization 연동 (0) | 2025.01.29 |
유니티 안드로이드 API Level Update (API Level 29 ~ 30) (3) | 2021.01.26 |