- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我用更新的供应配置文件
辞职了IPA
文件,我想验证它以确认一切都已正确完成。但是,管理器中的 xcode
只允许验证 xcarchive
而不是 IPA
。
有什么方法可以从 Terminal
或 Xcode
验证 IPA
吗?
最佳答案
您可以尝试从终端运行 altool:
/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool
-v -f YourApp.ipa -u <username> -p <password>
altool的帮助:
/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool -h
Copyright (c) 2009-2018, Apple Inc. Version 1.1.1138
Usage: altool --validate-app -f <file> -t <platform> -u <username> [-p <password>]
altool --upload-app -f <file> -t <platform> -u <username> [-p <password>]
altool --notarize-app -f <file> --primary-bundle-id <bundle_id> -u <username> [-p <password>] [--asc-provider <provider_shortname>]
altool --notarization-info <uuid> -u <username> [-p <password>]
altool --notarization-history <page> -u <username> [-p <password>] [--asc-provider <provider_shortname>]
-f, --file <file> <file> specifies the path to the file to process.
-t, --type {osx | ios | appletvos} Specify the platform of the file.
-u, --username <username> Username. Required to connect for validation, upload, and notarization.
-p, --password <password> Password. Required if username specified.
If this argument is not supplied on the command line, it will be read from stdin.
Alternatively to entering <password> in plaintext, it may also be specified using a '@keychain:'
or '@env:' prefix followed by a keychain password item name or environment variable name.
Example: '-p @keychain:<name>' uses the password stored in the keychain password item named <name>
and whose Account value matches the user name specified
Example: '-p @env:<variable>' uses the value in the environment variable named <variable>
--primary-bundle-id <bundle_id> Used with --notarize-app to uniquely identify a package.
--asc-provider <provider_shortname> Required with --notarize-app and --notarization-history when a user account is associated with multiple
providers.
-v, --validate-app Validates an app archive for the App Store. The username, password, and file path to the app archive are required.
--upload-app Uploads the given app archive to the App Store. The username, password, and file path to the app archive are required.
--notarize-app Uploads the given app package, dmg or zip file for notarization. The file path to the package, user name,
password, and --primary-bundle-id are required. --asc-provider is required for an account associated with multiple providers.
If successful, the UUID associated with the upload is returned.
--notarization-info <uuid> Returns the status and log file URL of a package previously uploaded for notarization with the specified uuid.
The user name and password are required. The log file can be retrieved with 'curl <log_file_url>'.
--notarization-history <page> Returns a list of all uploads submitted for notarization. <page> specifies a range of entries where 0
returns the most recent number of entries. A new page value will be returned which can be used as the
<page> value to the next use of --notarization-history and so forth until no more items are returned. The user name
and password are required. --asc-provider is required for an account associated with multiple providers.
--output-format {xml | normal} Specifies how the output is formatted. 'xml' displays the output in a structured format; 'normal' displays in
an unstructured format (default).
-h, --help Display this output.
关于ios - 上传前验证 IPA,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53741258/
基本上我的项目基于书籍(pdf 和 xml 的组合)。由于某些原因,我们维护了十多个配置文件。每当出现新设备 udid 时,我们需要创建另一个配置文件(根据要求)。每次构建我都需要在我的 xcode
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 5年前关闭。 Improve thi
是否有任何可能的方法来捆绑多个 IPA 或单个 iOS XCode 项目,以便最终结果是单个 iOS IPA,可安装在 iPhone/iPad 上?我有一个守护程序应用程序,它与主应用程序完全分开,如
我看了stack overflow 有很多类似的问题,但没能完全理解。据我所知,配置文件分为三种类型- 开发配置文件 临时分发配置文件 应用商店分发配置文件 开发配置文件允许进行测试和调试。在不使用
尝试了解 Xcode 版本对构建 IPA 文件的影响。检查了 stackoverflow 和其他几个站点中的多个响应。但不确定它如何影响。 最佳答案 有很多差异。如果您使用相同的 Xcode 副本构建
iOS 新手。总有一种感觉,iOS 中的事情并不简单。我正在使用 Xcode 4.3.3 开发应用程序,我已经获得了用于测试目的的 iPhone 设备,我已经获得了开发配置文件,以便我可以在设备上运行
在 ios 中有什么方法可以组合多个 ipa 文件并制作一些安装程序文件,即(ipa 文件),以便在安装程序应用程序安装时相应的应用程序也安装在 iPhone 上? 最佳答案 不,没有办法做到这一点。
我正在尝试为我的 xamarin 应用程序生成 .ipa 文件。它通过此消息生成 IPA file should be visible on the build server 有时弹出窗口会在生成 .
当我尝试使用 Distribute APP 选项创建 IPA 文件时。它给出了“IPA 处理失败”错误。 我检查了日志文件:IDEDistribution.standard.log文件。 2019-0
我正在使用 xcodebuild 以非常标准的方式为 AD Hoc 分发构建我的应用程序。在构建配置文件 (profileA) 期间,嵌入了应用程序并使用证书 (certA) 签名 - CODE_SI
我可以使用一些帮助来让我的 #AS3/#AIR 应用程序在 #iOS 上运行! 现在我有一个 .SWF (v11),我正在 Windows (7) 上使用 Adobe AIR (v3.7) 将其转
长话短说: 如何直接在硬件 (iPhone) 上以与 AppStore 分发的版本/二进制文件完全相同的版本/二进制文件调试 iPhone 应用程序,而无需等待 AppStore-Preview-Pr
如果我在 ipa 运行时没有删除断点会发生什么 1.设备(用于开发) 2.临时构建 3.App Store ipa提交 是否因为断点而停止运行? 最佳答案 Does it stop running d
当我尝试创建 Ad Hoc IPA 文件时。它给出了“IPA 处理失败”错误。 Xcode 版本是 12.2。 Mac mini (M1, 2020) 我检查了日志文件:IDEDistribution
我最喜欢的应用程序之一已从应用程序商店中删除,我猜是因为它太久没有更新了。我在旧设备(大约 iOS 7.1.2)上有它,但没有将它下载到我的新手机上。 如何获取 IPA 以便查看应用程序包和应用程序中
Hello World 示例的 React Native APK 大小约为 20M (in recent versions),因为支持不同的硬件架构(ARMv7、ARMv8、X86 等),而同一应用程
当我在设备上运行我的项目时,它工作正常。然后我创建了一个用于开发配置文件的 .ipa 构建并尝试在 diawi 上上传。但是上面的错误显示- here 我第一次看到这个错误。请谁能告诉我我的错是什么,
我正在尝试创建一个 ipa 文件(产品->存档->共享),但 Xcode 只生成存档文件。 几天前它运行良好。我一直在使用 ipa,但现在我无法生成 ipa(当我单击存档中的共享时,我无法签署代码)。
今天我将我的 Xcode 升级到 6.0.1 版,我想将我的项目存档为 ipa 文件。我的流程是产品 -> 存档 -> 导出 -> 保存以进行临时部署。 一切正常,直到我选择了我的开发团队,所以我点击
我已经使用开发配置创建了构建文件,我为该配置文件选择了 5 个设备,但 Ipa 未安装在客户端设备上,并成功安装在其余 4 个设备上。做了以下事情:- I checked device UDID ,
我是一名优秀的程序员,十分优秀!