Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MacOS
- darkmode
- IOS
- Notification
- error
- Swift
- iOS16
- JPA
- Session
- window
- FLUTTER
- SwiftUI
- rxswift
- UIButton
- Xcode
- Realm
- 웹뷰
- view
- mac
- Firebase
- Archive
- 한글
- 이미지
- Code
- 개발자
- Git
- appstore
- Apple
- github
- geofencing
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
iOS ) Archive 후 Appstore Uplaod 시 에러 - EEYatHo iOS 본문
iOS, Swift/Tip, Bug, Swift Error
iOS ) Archive 후 Appstore Uplaod 시 에러 - EEYatHo iOS
EEYatHo 2022. 10. 4. 13:10반응형
에러 내용
Archive 후, appstore upload를 진행할 때 발생.
Asset validation failed
Invalid Pre-Release Train. The train version '15.1.1'
is closed for new build submissions (ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Asset validation failed
This bundle is invalid. The value for key CFBundleShortVersionString [15.1.1]
in the Info.plist file must contain a higher version than that of the previously
approved version [15.1.1]. Please find more information about
CFBundleShortVersionString at
https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring
(ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
원인 및 솔루션
앱스토어에 이미 upload 하려는 버전(15.1.1) 보다 높거나 같은 버전(15.1.1 이상) 으로 이미 앱이 등록되어 있을 때 발생.
-> 앱 버전을 올려서 (15.1.2 or 15.2.0) 다시 archive 후 upload.
'iOS, Swift > Tip, Bug, Swift Error' 카테고리의 다른 글
Swift ) com.apple.CoreHaptics Code=-4805 - EEYatHo iOS (0) | 2022.10.28 |
---|---|
iOS ) iOS16 present 버그 - EEYatHo iOS (2) | 2022.10.11 |
Swift ) iOS16 강제 화면 회전 대응 - EEYatHo iOS (0) | 2022.10.04 |
Swift ) iOS16 네비게이션바 변경사항 - EEYatHo iOS (0) | 2022.09.15 |
iOS ) 이미지는 알파 채널 또는 투명도를 포함할 수 없습니다. - EEYatHo iOS (0) | 2022.05.31 |
Comments