iPhone 4.0 Beta 编译为 3.1.3
我下载了 iPhone 4.0 Beta。但对于我的项目,我需要编译 3.1.3,以便仍然能够将我的项目提交到 App Store。如果我运行一个旧项目,这不是问题,我可以看到所有版本,但是当我开始一个新项目时,我只能选择 4.0 beta,我该如何解决这个问题?
I downloaded the iPhone 4.0 Beta. But for my projects I need to compile for 3.1.3 to be able to still submit my projects to the App Store. If I run an old project that isn't a problem I can see all the versions, but when I start a new project I can only pick the 4.0 beta, how can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
打开您的项目。在 XCode 中打开项目设置(项目 -> 编辑项目设置)。选择构建选项卡,然后从架构组下的选项中选择适当的基础 SDK。
Open your project. In XCode open the project settings (Project -> Edit Project Settings). Choose the build tab, and pick an appropriate Base SDK from the options under the architecture group.
您不应提交带有 SDK 测试版的应用程序。而是将测试版 SDK 与生产版本的 SDK 一起安装。
You should not submit apps with beta versions of the SDK. Rather install beta SDKs alongside one for production builds.