일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- ScriptableObject
- 최적화
- Addressable System
- Android Plugin
- 1인 개발
- Strategy Pattern
- 포스트 프로세싱
- addressable
- ReferenceEquals
- 스프라이트 아틀라스
- Unity
- 인앱 결제
- c#
- UniRx
- equals
- Post Processing
- Zenject
- 플러그인
- Unboxing
- design pattern
- Abstract Factory Pattern
- 디자인 패턴
- 게임 개발
- Boxing
- Reflection
- sprite atlas
- ==
Archives
- Today
- Total
One_KWS
iOS로 Platform 변경후 빌드시 오류 해결 본문
에러
iOS 플랫폼으로 변경후 빌드 또는 Addressable 에셋 빌드를 할 때 아래와 같은 오류가 발생했다.
The type ‘iOSStoreBindings’ exists in both ‘UnityEngine.Purchasing.Apple, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ and ‘UnityEngine.Purchasing.AppleStub, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’
해결 방법
Window → Package Manager에서 Scriptable Build Pipeline 버전을 최신 버전으로 업데이트한 후 다시 빌드하면 해결된다.
참고
'이슈' 카테고리의 다른 글
Xcode iOS 빌드시 NSInvalidArgumentException 해결 (0) | 2023.03.22 |
---|