【发布时间】:2016-01-03 18:49:45
【问题描述】:
我正在尝试在 altool 中使用 @keychain 选项和 -p 开关,以便从钥匙串中加载我的 iTunes Connect 密码:
altool --validate-app -f "${IPA}" -u "redacted" -p "@keychain:?????"
我正在尝试找出在@keychain: 之后需要输入的内容。我尝试的所有操作(钥匙串文件的路径、钥匙串条目的名称、钥匙串条目中的用户名)都会产生以下错误:
*** 错误:在钥匙串中找不到指定的项目。
altool 提供有关-p 参数的以下信息:
-p, --password Password. Required if username specified. Password is read from stdin if one is not supplied.
May use @keychain: or @env: prefixes followed by the keychain or environment variable lookup name.
e.g. -p @env:SECRET which would use the value in the SECRET environment variable.
【问题讨论】:
标签: xcode app-store-connect application-loader