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

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

相关文章:

  • 2021-07-17
  • 2021-05-30
  • 2022-02-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2021-11-04
  • 2021-06-10
  • 2021-05-07
相关资源
相似解决方案