khstar
AppStore에 App올리는중 Error 본문
반응형
AppStore에 앱을 올리는중 다음과 같은 에러가 발생하는 경우
This bundle is invalid. The key CFBundleShortVersionString in the Info.plist file must be a period-separated list of at most three non-negative integers.
info.plist의 Bundle version string, short 와 target의 summary->version을 같게해주세요.
다음의 링크를 확인하세요.
http://forums.runrev.com/viewtopic.php?f=49&t=6230
그럼 잘 해결하시길 바랍니다.
This bundle is invalid. The key CFBundleShortVersionString in the Info.plist file must be a period-separated list of at most three non-negative integers.
info.plist의 Bundle version string, short 와 target의 summary->version을 같게해주세요.
다음의 링크를 확인하세요.
http://forums.runrev.com/viewtopic.php?f=49&t=6230
그럼 잘 해결하시길 바랍니다.
반응형
Comments