简体   繁体   English

无法提交使用Xcode Beta创建的应用

[英]Unable to submit app created with Xcode Beta

I created an app with Xcode 7.1 beta 3 (7B85), I tried to submit it to the App Store but I could not do it because my app was created with a beta of Xcode. 我使用Xcode 7.1 beta 3(7B85)创建了一个应用程序,我试图将其提交到App Store,但由于我的应用程序是使用Xcode beta版创建的,因此无法执行。 So I downloaded the official version of Xcode on the Mac App Store (7.0.1 (7A1001)) and I remade all my project with this new version, I created all the swift files and I pasted the text from the old project to the each files of the new project created with Xcode 7.0.1. 因此,我在Mac App Store(7.0.1(7A1001))上下载了Xcode的正式版本,并使用此新版本重新制作了所有项目,创建了所有swift文件,并将文本从旧项目粘贴到每个Xcode 7.0.1创建的新项目的文件。 I thought that iTunes Connect would have no problem because I created the project with a non-beta version of Xcode. 我以为iTunes Connect不会有问题,因为我使用非beta版本的Xcode创建了该项目。 But when I subit my bundle to iTunes Connect, I received this message : 但是,当我将捆绑包替换为iTunes Connect时,收到了以下消息:

Chaîne de compilation non valide. Les nouvelles apps et mises à jour d'apps doivent être créées avec les versions publiques de Xcode 6 et SDK iOS 8 ou versions ultérieures. Ne soumettez pas d'apps créées avec des logiciels bêta.

Here is the translation from Google Translate : 这是Google Translate的翻译:

Invalid toolchain. The new apps and updates of apps to be created with public versions of Xcode iOS SDK 6 and 8 or later. Do not submit apps created with beta software.

Anyone can help me ? 有人可以帮助我吗? Thank you ! 谢谢 !

My application was accepted ! 我的申请被接受了! The problem was I use a beta version of El Capitan, so I found how to change the ProductBuildVersion in /System/Library/CoreServices/SystemVersion.plist to an other who was not a beta version (in my case, 14C109), I rebooted my mac, I cleaned the project, I archived it and it was ok ! 问题是我使用的是El Capitan的Beta版,因此我找到了如何将/System/Library/CoreServices/SystemVersion.plist中的ProductBuildVersion更改为非Beta版的另一个版本(在我的情况下为14C109),我重新启动了我的Mac,我清理了项目,将其存档,一切正常!

Thanks to all for your answers 谢谢大家的回答

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM