-
iOS) ERROR ITMS-90035 에러(해결 참고자료)Programing Language/iOS(Swift) 2021. 2. 18. 14:51728x90반응형
안녕하세요
혹시 엑스코드에서 앱스토어로 업로드할 때
자격증
관련한 에러를 해결해보신 분 있나요??
최근에 다른 앱은 앱스토어에 잘 업로드했는데 이 엑스코드 파일만 문제가 생기네요...
이런 에러메시지를 받았어요.
App Store Connect Operation Error ERROR ITMS-90035: "Invalid Signature. A sealed resource is missing or invalid. The file at path [a.app/a] is not properly signed.
시도해본 것
1. Project -> Targets -> Select your app -> Build Settings -> Code Signing Identity -> Debug -> Double tap "iPhone Distribution" and change it to "iPhone Developer".
2. Clear derived data & reopen xcode.
3. 개발자 센터에서 certification 재 다운로드
4. Update pod using pod update -> Restart Xcode -> Clean Project and Build.
5. 이전 iOS Certificates (Production) 삭제 및 생성
6. Uncheck automatic signing and re check it.
7. Build settings -> Code Signing Identity -> "iOS Development" is not included in the provisioning profile. following this linㅏ
혹시 해결하신 분이 있다면 어떻게 해결하셨는지 궁금합니다...
728x90반응형'Programing Language > iOS(Swift)' 카테고리의 다른 글
iOS) Push Message 기능 추가하기(참고자료) (0) 2021.03.10 iOS) ViewController Life cycle (참고자료) (0) 2021.02.25 iOS) array To JsonString 변환하기 (0) 2021.02.15 iOS) std::String convert to NSString (opencv에서 string으로 기록한 좌표 swift로 가져올때) (0) 2021.02.14 iOS) swift int 배열 오름차순 내림차순 [자료] (0) 2021.02.08