简体   繁体   English

使用 fastlane match 时,配置文件“match x”不包括签名证书“​​Apple Distribution: Company (ID)”

[英]Provisioning profile “match x” doesn't include signing certificate “Apple Distribution: Company (ID)” when using fastlane match

尝试构建通过 fastlane 匹配设置进行签名的应用程序之一时遇到此错误。

After some googling I found these steps .经过一番谷歌搜索,我找到了这些步骤 The long and the short of it is that if you generate a signing certificate via fastlane cert and/or Xcode automatic signing it will conflict with the cert needed by fastlane match.总而言之,如果您通过 fastlane 证书和/或 Xcode 自动签名生成签名证书,它将与 fastlane 匹配所需的证书冲突。 To resolve this you should backup and delete your distribution certs and then rely on fastlane match to generate them for you.要解决此问题,您应该备份并删除您的分发证书,然后依靠 fastlane 匹配为您生成它们。

I solved this issue by adding a device to https://developer.apple.com/account/resources/devices/list我通过向https://developer.apple.com/account/resources/devices/list添加设备解决了这个问题

to get a device's udid plug it into your computer and Xcode will tell you what it is (it's not on the device afaict).将设备的 udid 插入您的计算机,Xcode 会告诉您它是什么(它不在设备上)。

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

相关问题 代码签名错误:配置文件 ***** 不包括签名证书 **** - Code Signing Error: Provisioning profile ***** doesn't include signing certificate **** Xcode 8 显示配置文件不包含签名证书的错误 - Xcode 8 shows error that provisioning profile doesn't include signing certificate Provision Profile不包括签名证书 - Provision Profile doesn't include signing certificate 分发配置文件不包括签名证书iPhone Developer xxxx xxxx - Distribution Provision Profile doesn't include signing certificate iPhone Developer xxxx xxxx AppCenter生成错误“配置文件不包括签名证书苹果推送服务” - AppCenter Build error “Provisioning profile does not include signing certificate apple push services” 将 Xcode 自动签名设置为 false,并使用 fastlane match 和 gym 设置配置文件和证书 - Set Xcode automatic signing to false and set provision profile and certificate with fastlane match and gym 创建配置文件时无法选择Apple证书 - Can't choose apple certificate when creating a provisioning profile 发行证书似乎不匹配 - distribution certificate doesn't seem to match Xcode 6 - 无法为Ad-Hoc分发选择签名证书/配置文件。 始终采取默认 - Xcode 6 - Can't pick signing certificate/provisioning profile for Ad-Hoc distribution. Always taken default Apple 证书,配置文件 - Apple Certificate, Provisioning profile
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM