简体   繁体   English

为什么Fastlane会引发异常“代码签名错误:找不到代码签名身份”?

[英]Why does Fastlane throw exception “Code Sign error: No code signing identities found”?

My Keychain Access contains my iPhone app's public and private key, which I just recently created and downloaded. 我的钥匙串访问包含我最近创建和下载的iPhone应用程序的公钥和私钥。 However, when trying to use Fastlane Deliver, I get the following error: 但是,当尝试使用Fastlane Deliver时,出现以下错误:

Code Sign error: No code signing identities found: No valid signing identities (ie certificate and private key pair) were found. 代码签名错误:未找到代码签名身份:未找到有效的签名身份(即证书和私钥对)。

I've looked around and tried various things to no avail. 我环顾四周,尝试了各种尝试,但没有成功。

What are you supposed to do to fix this? 您应该怎么做才能解决此问题?

Here is checklist 这是清单

  • Your provisioning profile contain Distribution certificate 您的配置文件包含分发证书
  • Distribution certificate public and private key are valid in your keychain 分配证书的公钥和私钥在您的钥匙串中有效

If it is, just try to manually upload with XCode to see whether it is successful or not. 如果是这样,请尝试使用XCode手动上传以查看它是否成功。

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

相关问题 Jenkins/fastlane - 没有找到本地代码签名身份 - Jenkins/fastlane - There are no local code signing identities found 未找到代码签名身份 - No code signing identities found Jenkins无法构建iOS应用程序:“代码签名错误:未找到代码签名身份” - Jenkins unable to build iOS application: 'Code Sign error: No code signing identities found' 在watchos 2.0中找不到代码签名身份 - Code signing identities not found for watchos 2.0 iOS 7.0未找到代码签名标识 - iOS 7.0 No code signing identities found 找不到代码符号标识:设置 jenkins - No code sign identities found: setting up jenkins Xcode 7错误“找不到代码签名身份”使用免费配置文件构建时 - Xcode 7 Error “no code signing identities found” When Build Using Free Provisioning Profile 为什么AudioServicesCreateSystemSoundID在内部抛出异常但返回0作为错误代码? - Why does AudioServicesCreateSystemSoundID throw an exception internally but return 0 as an error code? XCode 存档:“未找到代码签名身份:未找到有效的签名身份(即证书和私钥对)。” - XCode Archive: "No code signing identities found: No valid signing identities (i.e. certificate and private key pair) were found." 为新mac备份代码签名标识 - taking backup of code signing identities for a new mac
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM