从 Xcode 6.4 构建提交应用程序 [英] Submitting App from building in Xcode 6.4

查看:33
本文介绍了从 Xcode 6.4 构建提交应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我之前在 Xcode 7 beta 中构建了我的应用程序,因为我的测试设备是 iOS 9.0 设备.我最近删除了 Xcode 7 并开始在 Xcode 6.4(不是测试版)中开发我的应用程序.6.4 不支持 iOS 9,但我在 iOS 9 Beta 上的 iPhone 不是不合格(因为 6.4 不支持 9.0,所以应该这样做).是否有一些文件我可以删除,以便我的设备不符合条件?我相信一旦我解决了这个问题,我终于可以向 iTunes Connect 提交一个新版本以供审核,因为我在提交我的应用程序时不应该收到此错误消息:

I previously built my app in an Xcode 7 beta as my testing device is an iOS 9.0 device. I recently deleted Xcode 7 and began working on my app in Xcode 6.4 (not a beta). 6.4 does not support iOS 9 but my iPhone on an iOS 9 Beta is not uneligible (as it should because 6.4 doesn't support 9.0). Are there some files I can remove so that my device is ineligible? I believe once I fix this problem, I can finally submit a new build for review to iTunes Connect because I shouldn't get this error message when submitting my app:

提交到 App Store 的新应用和应用更新必须使用公共 (GM) 版本的 Xcode 6 或更高版本和 iOS 8 SDK 构建.请勿提交使用 Beta 版软件构建的应用以供商店审核.

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. Do not submit apps built with beta software for store review.

此外,我的应用程序不是用 Swift 编写的,因此我无法将 Swift 2.0 转换为 Swift 1.2.

Also, my app is not written in Swift so I cannot do the Swift 2.0 conversion to Swift 1.2.

推荐答案

您提交的应用程序应使用 Mac App Store 中最新版本的 Xcode 开发,并且应为公开可用的 iOS、OS X 和watchOS——除非有转基因种子可用.现在 Mac App Store 的 Xcode 是 6.4,OS X Yosemite 是 Build 14F27.如果您在 OS X El Capitan 上使用 xcode 6.4,您应该按照以下步骤操作:

Apps that you submit should be developed using the latest version of Xcode from the Mac App Store and should be built for publicly available versions of iOS, OS X, and watchOS — except when GM seeds are available. Now Mac App Store's Xcode is 6.4 and OS X Yosemite is Build 14F27. If you user xcode 6.4 on OS X El Capitan, you should follow the steps:

  1. 使用 Xcode,然后归档您的项目
  2. 打开管理器,找到您的 .xcarchive 文件
  3. 右键单击 xcarchive 文件,选择 [显示包内容]
  4. 查找产品/应用程序/XXX.app/Info.plist
  5. 然后将 [BuildMachineOSBuild] 值更改为 14F27,就像这样:
  6. 现在,你可以去Xcode->organizer,然后【Submit to App Store】

这篇关于从 Xcode 6.4 构建提交应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆