在上传APP到store时遇到错误:

ERROR ITMS-4238: "Redundant Binary Upload. There already exists a binary upload with build version '1' for train '1.1'" at SoftwareAssets/PreReleaseSoftwareAsset

这种情况一般都是当前上传的版本已经存在,或者有更高版本二进制文件存在了,所以:

1.检查你的版本号(提醒1.1.0版本是大于1.1的)

2.检查你的构建版本build,之前上传过1.0(1),再次上传build必须大于1。

3.在工程对应的tTARGETS下,General属性调整对应的version和build

上传APP错误ERROR ITMS-4238


相关文章:

  • 2021-09-14
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2018-07-16
  • 2022-12-23
  • 2021-06-24
  • 2021-08-28
相关资源
相似解决方案