-2

我创建了一个最新版本的 iOS 应用程序,libgdx (java)当我将其上传到应用程序商店时,我收到此错误。我正在使用正确版本的 Xcode 和 iOS 7 SDK。

Apple's web service operation was not successful
Unable to authenticate the package: 836379195.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. <br>Do not submit apps built with beta software." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
4

2 回答 2

1

RoboVM 使用xcode-select. 利用

xcode-select -p

查看当前使用的 Xcode 的路径。确保这会打印出 Xcode 5 安装的路径,而不是旧的 beta Xcode。利用

xcode-select -s /path/to/proper/xcode

切换 Xcode 路径。完成此操作后,您将重新启动 Eclipse,以便 RoboVM 选择新路径。

于 2014-03-11T07:28:09.937 回答
0

我通过将 libgdx 和 robovm 更新到他们最新的夜间版本来解决这个问题。我希望这可以帮助那些和我有同样问题的人。

于 2014-03-15T06:15:27.737 回答