App拒绝由ios App Store提供

App拒绝由ios App Store提供,第1张

概述我正在使用libgdx来创建一个ios应用程序.我检查了正在编译的sdk,它是7.0.2.我该如何解决? 1 package(s) were not uploaded because they had problems: /var/folders/cj/t7129jm93gv3pj_wjdfjq2qm0000gn/T/834524929.itmsp – Error Messages: Apple’ 我正在使用libgdx来创建一个ios应用程序.我检查了正在编译的sdk,它是7.0.2.我该如何解决?

1 package(s) were not uploaded because they had problems:
/var/folders/cj/t7129jm93gv3pj_wjdfjq2qm0000gn/T/834524929.itmsp –
Error Messages:
Apple’s web service operation was not
successful
Unable to authenticate the package:
834524929.itmsp
ERROR ITMS-9000: “This bundle is invalID. New apps and app updates submitted to the App Store must be built with
public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps
built with beta software.” at SoftwareAssets/SoftwareAsset
(MZItmspSoftwareAssetPackage)
Could not start delivery: all
transports Failed diagnostics

解决方法

This bundle is invalID. New apps and app updates submitted to the App
Store must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.

让我们仔细看看这部分:

Must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.

放大一点,好吗?

Do not submit apps built with beta software.

您正在使用Xcode开发人员预览版,可能是Xcode 5.1 for iOS 7.1 beta.由于此iOS版本尚未发布,Apple不允许您提交在此版本的Xcode下编译的应用程序,因此您的捆绑包“无效”.

只需使用此项目打开Xcode,修复可能出现的任何错误,重新编译并提交.

总结

以上是内存溢出为你收集整理的App拒绝由ios App Store提供全部内容,希望文章能够帮你解决App拒绝由ios App Store提供所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1055273.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存