在App Store中验证应用-入门 [英] Validating app in the App Store - Beginner

查看:63
本文介绍了在App Store中验证应用-入门的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试验证我的应用程序,我正在通过文档,上面写着

I am trying to validate my application, i am going through the doc and it says

在归档应用程序之前,请确保二进制文件是self包含.也就是说,如果它依赖静态库,请确保通过设置跳过",这些库是应用程序二进制文件的一部分在用于构建和存档应用程序的目标.

Before archiving your application, ensure that the binary is self contained. That is, if it relies on static libraries, ensure that those libraries are part of the application binary by setting the Skip Install build setting to Yes in the Release build configuration of the target that builds and archives the application.

按照上述步骤操作后,当我存档该应用程序时,在下表中(在管理器中)没有看到存档的文件.为什么会这样,我如何将我的应用程序提交给Validation?(不提交到应用商店,仅验证)

After following the above step, and when i archive the app i am not seeing the archived file on the table below (in the Organizer). Why is this and how can i submit my app to Validation ? (not submit to app store, Only validation)

注意:当我将 Build configuration 设置为 Adhoc 时,它会正确地 Archives (并以组织者),但是当我将 Build configuration 设置为 Release 时, archive 文件不会显示在组织者.

Note: When i set Build configuration to Ad Hoc it Archives correctly (and displays in Organizer), but when i set Build configuration to Release, the archive file doesn't get displayed in the organizer.

推荐答案

跳过安装设置为 YES 有时会出现问题,如果您需要重新解决了一个特定的问题.Xcode用户指南不是最新的,特别是对于存档过程已发生重大变化的最新版本.

Setting Skip Install to YES can be problematic sometimes, I'd only use it if you're having a specific problem that it solves. The Xcode users guide isn't as up-to-date as it should be, particularly for recent releases where the archive process has changed significantly.

尝试将跳过安装返回默认的 NO ,并确保使用Product> Archive命令而不是Build for> Archive.

Try turning Skip Install back to the default NO, and be sure to use the Product > Archive command rather than Build for > Archive.

这篇关于在App Store中验证应用-入门的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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