App Store提交问题:使用预发布测试版的SDK来构建应用程序
我将我的应用程序上传到应用程序商店,我已经使用 device - 3.1 构建了我的应用程序,这应该是应用程序商店的发布版本。我怎样才能避免这个警告?啊……
I upload my app to app store, I already build my apps using device - 3.1 , which should be the a release version of app store. How can I avoid this warning? thz....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
即使您针对较旧的 SDK 进行构建,也无法使用 XCode 的 Beta 版本进行构建。您可以将 Beta 3.2 和官方 3.1 安装在两个不同的目录中。顺便说一句,这个问题之前已经回答过。
You can not use the Beta version of XCode to build, even when you build against an older SDK. You can install the Beta 3.2 and the official 3.1 in two different directories. This question was answered before btw.
你已经回答了你自己的问题。您使用的 SDK 目前处于测试阶段,我假设是 3.2。转至 Apple 开发中心并下载 3.1.3 SDK:
http://developer.apple.com/iphone< /a>
You've answered your own question. You're using an SDK which is currently in beta, I'm assuming 3.2. Go to the Apple dev center and download the 3.1.3 SDK:
http://developer.apple.com/iphone
您使用什么版本的 Xcode 和 iPhone SDK?听起来您可能正在使用旧(或非常新)版本的构建工具。
What version of Xcode and the iPhone SDK are you using? It sounds like you might be using an old (or very new) version of the build tools.