您的位置:首页 > 大数据 > 人工智能

The filename 未命名.ipa in the package contains an invalid character(s)

2015-01-19 14:55 399 查看
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就没问题了。

有时候生成的还是不行,就再来一次。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐