The filename 未命名.ipa in the package contains an invalid character(s)
时间:2015-01-19 15:48:54
收藏:0
阅读:730
iOS利用Application Loader打包提交到App Store时遇到错误:
The filename 未命名.ipa in the package contains an invalid character(s). The valid characters are:A-Z
,a-z,0-9,dash,period,underscore,but the name cannot start with a dash,period,or underscore.
解决方法:
在Archive之后得到的包不能是中文名,随便改个英文名就可以了。
添加到iTunes后生成的ipa包自然也是英文名的了,再传到AppStore就没问题了。
The filename 未命名.ipa in the package contains an invalid character(s). The valid characters are:A-Z
,a-z,0-9,dash,period,underscore,but the name cannot start with a dash,period,or underscore.
解决方法:
在Archive之后得到的包不能是中文名,随便改个英文名就可以了。
添加到iTunes后生成的ipa包自然也是英文名的了,再传到AppStore就没问题了。
原文:http://blog.csdn.net/u011439689/article/details/42872869
评论(0)