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.