🧐 버그로 나타나는 현상
- 플랫폼 : iOS
- XCode에서 빌드까진 되지만 아카이브에 올라가지지 않음.
해결 방법 1
- https://developer.apple.com/account/resources/certificates/list
- Certificates, Identifiers&Profiles 에서 만료된 인증서에 들어가 취소(Revoke) 시켜줌
- Xcode 실행 후 Preferences → Accounts탭에 들어가서 Manage Certificates를 클릭 → 좌하단 + 토글 클릭 → Apple Distribution을 클릭하면 오늘 날짜로 인증서가 생성
- 맥북 ‘키체인 접근’ → 내 인증서 탭에서 인증서 잘 들어가 있는지 확인.
원인
- Distribution 인증서 만료
해결 방법 2
- Unity Project Settings의 Product Name 영어로 입력 후 Xcode에서 한글로 변경
원인
- 유니티에서 iOS 빌드 시 Prodeuct Name에 영어 이외의 다른 언어가 입력되었을 시 발생
📒 참고 자료
A sealed resource is missing or in… | Apple Developer Forums
'Trouble Shooting' 카테고리의 다른 글
[Unity 에러] Newtonsoft.Json.JsonSerializationException (0) | 2024.06.22 |
---|---|
[Unity 에러] Building Library\Bee\artifacts (0) | 2024.06.22 |
[Unity] PlayStore AR 앱 호환 안되는 이슈 (0) | 2024.06.22 |
[Unity] Crash on Android Startup (0) | 2024.05.02 |
[유니티] Mobile Android Version 14 Crash (0) | 2024.04.02 |