【发布时间】:2014-06-05 20:13:40
【问题描述】:
我这几天一直有这个问题,找不到任何解决办法。
我使用 Xamarin Studio 制作了我的应用程序。我正在尝试通过 Xcode 将我的更新上传到 iTunes Connect。但在尝试验证应用程序时,我收到以下错误:"This bundle is invalid. New apps and app updates submitted to the App Store must be built with public."
剖析此错误,听起来好像我正在使用测试版 SDK,我正在使用不是(下面的完整系统规格)。更奇怪的是,如果我通过 Xamarin Studio 的存档验证,它会告诉我一切都很好。但是当我通过 Application Loader 时,它告诉我以下信息:"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.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software."
显然这与以前的错误相同,只是更详细一点。但它概述的系统规格与我使用的完全相同。
希望有人可以帮我一把! :D
系统规格:
- Mac OSX 10.9.3
- Xcode 5.1.1(从 Mac App Store 下载)
- iOS 7 SDK,为 iOS 7.1 构建
- Xamarin Studio 5.0
- 应用程序加载器 2.9.1
提前致谢!
【问题讨论】:
标签: c# ios xcode macos xamarin