Home [Unity]] Unable to resolve reference UnityEditor.iOS.Extensions.Xcode
Post
Cancel

[Unity]] Unable to resolve reference UnityEditor.iOS.Extensions.Xcode

Unity 에서 Firebase Crashlytics를 추가하는데 이런 에러가 자꾸 난다.
Firebase Plugin에서 iOS 관련 DLL이 있어서 그런 것으로 보인다.

1
Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform?
1
2
3
4
5
6
7
8
9
10
11
12
Assembly 'Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.166.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.

Assembly 'Assets/Firebase/Editor/Firebase.Editor.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.


Assembly 'Assets/Firebase/Editor/Firebase.Crashlytics.Editor.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.

이 문제는 간단히 Unity Hub에서 iOS 모듈을 추가해 주면 된다.

이상입니다!

This post is licensed under CC BY 4.0 by the author.