简体   繁体   English

Xcode应用商店提交问题“必须使用Xcode 5和iOS 7 SDK的公共(GM)版本构建”

[英]Xcode appstore submission issue “must be built with public (GM) versions of Xcode 5 and iOS 7 SDK”

I'm using XCode 5.1 (5B130a) that I got from the mac appstore. 我正在使用从Mac应用程序商店获得的XCode 5.1(5B130a)。 I'm compiling an app and when I submit it to the store, I get this error : 我正在编译一个应用程序,当我将其提交到商店时,出现此错误:

"New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5 and iOS 7 SDK" “提交给App Store的新应用程序和应用程序更新必须使用Xcode 5和iOS 7 SDK的公共(GM)版本构建”

You need to update XCode to the last version. 您需要将XCode更新到最新版本。 Also that 'b' in 5B130a release means that you are in BETA Version of XCode 同样, 5B130a release中的“ b”表示您处于XCode测试版中

Also the Apple Guidelines say: 苹果指南还说:

Do not submit apps built with beta software 不要提交使用Beta版软件构建的应用

I had same problem but i am using this version xcode6 beta4 and ios8. 我有同样的问题,但我正在使用此版本xcode6 beta4和ios8。

When i have submit app that time below error is occurs: 当我提交应用程序时,发生以下错误:

Apps and app updates submitted to the App Store must be built with the public (GM) versions of Xcode 5.1.1 or later, and iOS 7 SDK or later. 提交给App Store的应用程序和应用程序更新必须使用Xcode 5.1.1或更高版本的公共(GM)版本以及iOS 7 SDK或更高版本来构建。 Don't submit apps built with beta software. 不要提交使用Beta版软件构建的应用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 必须使用Xcode 6或更高版本的公共(GM)版本,OS X和iOS SDK构建新的应用程序和应用程序更新 - New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK 错误:提交给App Store的新应用和应用更新必须使用Xcode 6或更高版本的公共(GM)版本以及iOS 8 SDK构建 - Error: New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 6 or higher and iOS 8 SDK 无法在iTunes上提交应用程序:“必须使用Xcode的公共(GM)版本构建新的应用程序和应用程序更新” - Can't submit app on iTunes connect: “New apps and app updates must be built with the public (GM) versions of Xcode” 新应用和应用更新必须使用公共(GM)版本构建 - New apps and app updates must be built with the public (GM) versions 使用不同版本的XCode / iOS SDK构建的库之间是否兼容? - Compatibility between libraries built with different versions of XCode / iOS SDK? Xcode 7.3.1将应用提交到Appstore - Xcode 7.3.1 app submission to the Appstore 使用xcode命令行工具提交iOS应用商店 - iOS appstore submission using xcode command line tools 在Xcode5.1中构建一个项目,该项目在Xcode 6 GM中进行了修改,用于测试旧版本的iOS - Building a project in Xcode5.1 that was modified in Xcode 6 GM for testing older versions of iOS iOS 6的XCode 4.5.2 GM Seed版本中的定向问题 - Orientation issue in XCode 4.5.2 GM Seed version with iOS 6 Xcode 7 GM缺少iOS 7模拟器 - Xcode 7 GM missing iOS 7 simulators
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM