简体   繁体   English

尝试从 Xcode Cloud 登录 appcenter 时访问钥匙串错误

[英]access to keychain error when try to login to appcenter from Xcode Cloud

this is some part of my script for uploading the app to appcenter from Xcode Cloud:这是我将应用程序从 Xcode Cloud 上传到 appcenter 的脚本的一部分:

  1. $brew install npm
  2. $npm install -g appcenter-cli
  3. $appcenter login --token [my-token]
  4. $appcenter distribute release -f $CI_AD_HOC_SIGNED_APP_PATH/MyApp.ipa -g Collaborator --app UserName/App --release-notes-file releaseNote.txt

but I got this error at 3:但我在 3 点收到了这个错误:

Error: Could not add password to keychain: security: SecKeychainItemCreateFromContent (<default>): User interaction is not allowed.

how can I add the password to the Xcode Cloud keychain?如何将密码添加到 Xcode 云钥匙串?

Don't need to save password and login to the app center in Xcode Cloud appcenter distribute release has an option for adding token无需保存密码登录Xcode的app center Cloud appcenter distribute release有添加token的选项

I removed appcenter login --token [my-token]我删除appcenter login --token [my-token]

and taken added to appcenter distribute release -f $CI_AD_HOC_SIGNED_APP_PATH/MyApp.ipa -g Collaborator --app UserName/App --release-notes-file releaseNote.txt --token [my-token]并添加到appcenter distribute release -f $CI_AD_HOC_SIGNED_APP_PATH/MyApp.ipa -g Collaborator --app UserName/App --release-notes-file releaseNote.txt --token [my-token]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法更改私钥访问权限:请尝试从Keychain Access解锁〜/ Library / Keychains / login.keychain - Unable to change private key access: Please attempt to unlock ~/Library/Keychains/login.keychain from Keychain Access Xcode Build命令询问从钥匙串访问私钥的权限 - Xcode Build command ask permission to access the private key from Keychain 从PackageMaker访问KeyChain - Access KeyChain from PackageMaker 尝试访问LaunchAgent中的密钥链密码时出现错误代码9216 - Error code 9216 when attempting to access keychain password in LaunchAgent 在Mac钥匙串访问中向证书颁发机构请求证书时出错 - Error to Request a Certificate From a Certificate Authority on Mac Keychain Access 在xcode中构建时的钥匙串提示对话框 - keychain prompt dialog when building in xcode Mac OS X 钥匙串访问:“找不到默认钥匙串”错误 - Mac OS X Keychain Access: “A default keychain could not be found” error xcode-Token登录钥匙串阻止应用构建过程 - xcode-Token login keychain blocking app build process xcode5模拟器应用程序使不允许的钥匙串访问组崩溃 - xcode5 simulator app crashes keychain-access-groups not allowed 修复错误 git 时出现问题:“已删除对密码身份验证的支持”,Keychain Access 中没有 github inte.net 密码? - problem when fix error git : "Support for password authentication was removed", there are no github internet password in Keychain Access?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM