-
Invalid Provisioning Profile Signature (Error 90165)iOS 2022. 4. 13. 13:39반응형
앱 스토어에 제출하려고 아카이빙 했더니 이런 에러 메시지가 떴다.
App Store Connect Operation Error
Invalid Provisioning Profile Signature. The provisioning profile included in the bundle 'xxx' (Payload/xxx.app) cannot be used to submit apps to the iOS App Store until it has a valid signature from Apple. (Expired profile signing certificate.) For more information, visit the iOS Developer Portal. With error code STATE_ERROR.VALIDATION_ERROR.90165 for id xxx분명 저번 주에도 문제 없이 잘 됐는데 이상하다 싶어서 검색해보니
어제까지만 해도 잘 됐는데 오늘 갑자기 안 된다는 사람들이 엄청 많았다 ㅋㅋㅋ
https://developer.apple.com/forums/thread/703995
저 스레드에 따르면 Distribution certificate를 새로 만들어줘야 업로드를 할 수 있다고 한다.
먼저 Xcode > Preferences > Accounts 에서 Apple 계정을 선택하고, 오른쪽 아래 Manage Certificates... 버튼을 누른다.
이후 열리는 Signing certificates 창 왼쪽 아래 + 버튼을 눌러 Apple Distribution을 추가하면 자동으로 Apple Distribution이 활성화 된다.
이제 다시 아카이브를 통해 빌드를 업로드 해보면 문제 없이 정상적으로 업로드 되는 걸 확인할 수 있다.
반응형'iOS' 카테고리의 다른 글
TestFlight 내부 테스터 추가 안 되는 문제 (No Builds Available) (0) 2022.04.13 iOS WKWebView 파일 다운로드 및 파일 미리보기 (Objective-C) (0) 2022.04.10 iOS Firebase 푸시 알림이 안 오는 문제 (didFailToRegisterForRemoteNotificationsWithError null) (0) 2022.04.10 M1 환경에서 발생하는 pod install error 해결 (0) 2022.04.10