首页 > 移动平台 > 详细

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

时间:2017-11-30 00:17:03      阅读:446      评论:0      收藏:0      [点我收藏+]

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

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

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

原文:http://www.cnblogs.com/sunfuyou/p/7923298.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!