使用测试版 xcode 提交 iOS 应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28443583/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Submitting iOS app using beta version of xcode?
提问by hamobi
My iOS app is nearly complete, but I read about swift's performance improvements in xcode 6.3 and wanted to take advantage. If I use the latest xcode but compile my app for iOS 8.1 (publicly available) will I have any problems submitting my app?
我的 iOS 应用程序已接近完成,但我阅读了有关 swift 在 xcode 6.3 中的性能改进的信息,并想利用它。如果我使用最新的 xcode 但为 iOS 8.1(公开可用)编译我的应用程序,我会在提交我的应用程序时遇到任何问题吗?
采纳答案by Vojtech Vrbka
App needs to be compiled with release version of Xcode.
应用程序需要使用发布版本的 Xcode 编译。
I was already using Xcode 6.3 Beta, and it doesn't let me submit to the Appstore.
我已经在使用 Xcode 6.3 Beta,它不允许我提交到 Appstore。
I would not recommend using the beta version of Xcode if you plan to release your app soon.
如果您打算很快发布您的应用程序,我不建议您使用 Xcode 的测试版。
EDIT: You should be able to use GM version.
编辑:您应该可以使用 GM 版本。
回答by David Berry
I won't swear to this time, but in the past Apple has always required that submissions be compiled wit the most recent released (not beta) tool chain
这次我不会发誓,但在过去,Apple 一直要求使用最新发布的(非测试版)工具链编译提交的内容
The only exceptions have been to allow an older tool chain to be used for a brief period after a release (a few months) and to allow a beta tool chain to be used for early submissions aimed at major new iOS releases(7.0, 8.0, not 8.1)
唯一的例外是允许在发布后的短时间内使用较旧的工具链(几个月),并允许将 beta 工具链用于针对主要新 iOS 版本(7.0、8.0、不是 8.1)