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 w

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就没问题了。

有时候生成的还是不行,就再来一次。

原文地址:https://www.cnblogs.com/sunfuyou/p/7923298.html