简体   繁体   English

Xcode 10.1:供应配置文件签名证书错误

[英]Xcode 10.1 : Provisioning profile signing certificate error

Xcode 10.1 shows error while archive the build. Xcode 10.1在存档版本时显示错误。 I have installed Xcode 10.1 in my mac machine. 我已经在Mac机器上安装了Xcode 10.1。 Xcode shows: Xcode显示:

"Provisioning profile does not include the iphone developer certificates". “配置文件不包括iphone开发人员证书”。

I have created all the certificates and installed in my mac. 我已经创建了所有证书并安装在我的mac中。 Can anyone please let me know to fix the issues. 谁能让我知道解决问题。

This is a classic issue. 这是一个经典问题。

There are several ways to fix this, like enabling automatic signing etc (Recommended) . 有几种方法可以解决此问题, 例如启用自动签名等(推荐) But if you want to understand the reason for this error you need to look at the error message. 但是,如果您想了解此错误的原因,则需要查看错误消息。

It says that the provisioning profile you have selected in the "General tab", does not contain the signing certificate you selected in the "Build settings" -> "Code Signing Identity". 它说您在“常规”选项卡中选择的配置文件不包含在“构建设置”->“代码签名身份”中选择的签名证书。

Usually this happens if a distribution certificate has been selected for the debug identity under "Build settings" -> "Code Signing Identity". 通常,如果在“构建设置”->“代码签名身份”下为调试身份选择了分发证书,就会发生这种情况。

If this happens under "Signing (Debug)" it might also be that the "Signing Identity" -> "iOS Development" is not included in the provisioning profile. 如果在“签名(调试)”下发生这种情况,则可能是供应配置文件中未包含“签名身份”->“ iOS开发”。

在此处输入图片说明

You can select your provisional profile and its related certificate from Signing into Build Setting . 您可以从“ 登录构建设置”中选择临时配置文件及其相关证书。

Check attached screenshots 查看随附的屏幕截图 在此处输入图片说明 for same. 同样。

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

相关问题 Xcode 8 显示配置文件不包含签名证书的错误 - Xcode 8 shows error that provisioning profile doesn't include signing certificate Phonegap 构建错误:Xcode 无法确定配置文件类型/未找到签名证书“​​iOS 分发版” - Xcode 11 或 Xcode 10.1 - Phonegap Build Error: Xcode could not determine type of profile / No signing certificate "iOS Distribution" found - Xcode 11 or Xcode 10.1 代码签名错误:配置文件 ***** 不包括签名证书 **** - Code Signing Error: Provisioning profile ***** doesn't include signing certificate **** 证书和配置文件错误 - certificate and provisioning profile error 配置文件包括更新版本的签名证书 - Provisioning profile includes newer version of signing certificate xcode 8供应配置文件错误 - xcode 8 provisioning profile error Xcode 6 - 无法为Ad-Hoc分发选择签名证书/配置文件。 始终采取默认 - Xcode 6 - Can't pick signing certificate/provisioning profile for Ad-Hoc distribution. Always taken default Xcode 6 - 如何为Ad-Hoc分发选择签名证书/配置文件? - Xcode 6 - How to pick signing certificate/provisioning profile for Ad-Hoc distribution? Xcode 签名无法创建配置文件 - Xcode Signing Failed to create provisioning profile Xcode 签名错误 无签名证书 - Xcode signing error No signing Certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM