简体   繁体   English

分发配置文件不包括签名证书iPhone Developer xxxx xxxx

[英]Distribution Provision Profile doesn't include signing certificate iPhone Developer xxxx xxxx

I am trying to create a distribution profile. 我正在尝试创建分发配置文件。 From scratch I deleted every certificate at KeyChain. 从头开始,我删除了KeyChain的所有证书。 I removed all provision profile using terminal method. 我使用终端方法删除了所有配置文件。 I closed my Xcode. 我关闭了我的Xcode。 Then I followed this link to create the distribution certificate and profiles. 然后,我按照此链接创建分发证书和配置文件。 I followed the step correctly and I got the following results. 我正确地遵循了步骤,我得到了以下结果。 I keep getting "No signing certificate"IOS development found" Please help. 我一直得到“没有签名证书”IOS开发发现“请帮忙。

Edited 编辑

I then created the Development certificate following this link and now I get different certificates name for Development and Distribution. 然后,我在此链接后创建了开发证书,现在我获得了开发和分发的不同证书名称。 My error is Distribution Provision Profile doesn't include signing certificate iPhone Developer xxxx xxxx 我的错误是Distribution Provision Profile doesn't include signing certificate iPhone Developer xxxx xxxx

Please help, thanks. 请帮忙,谢谢。

PIC2

图1

pic 5

pic 3

PIC4

pic 6

After creating the development profile 创建开发配置文件后

创建开发配置文件后

Why is my certificate different name for development and distribution, I followed the steps to create certificate. 为什么我的证书与开发和分发的名称不同,我按照步骤创建证书。 Why is it different name? 为什么它的名字不同?

pic 8

图9

FOR DISTRIBUTION CERTIFICATES 分发证书

On BuildSettings make sure you pick "IOS Distribution" instead of "IOS DEVELOPER" in the "Code Signing Identity" dropdown: 在BuildSettings上,确保在“代码签名标识”下拉列表中选择“IOS Distribution”而不是“IOS DEVELOPER”:

在此输入图像描述

You have the certificate and provisioning profile for iOS Distribution . 您拥有iOS Distribution的证书和配置文件。 You are trying to do a build for development (building to a test device), which will require you to generate a certificate and profile for iOS Development . 您正在尝试进行开发构建(构建到测试设备),这将要求您为iOS开发生成证书和配置文件。 Follow the steps you did, but when you need to specificy what the certificate is for, choose iOS Development. 按照您执行的步骤操作,但是当您需要详细说明证书的用途时,请选择iOS Development。 Also, when you create the provisioning profile, select iOS Development. 此外,在创建配置文件时,请选择iOS Development。 It is actually the next article on the site you were using: http://lessons.livecode.com/m/4069/l/308242-how-do-i-create-a-development-profile-for-ios 它实际上是您使用的网站上的下一篇文章: http//lessons.livecode.com/m/4069/l/308242-how-do-i-create-a-development-profile-for-ios

The iOS Distribution certificate / profile will be used when you want to submit to Apple for testing through TestFlight, or for distribution in the App Store, so don't worry about deleting those. 当您想要通过TestFlight提交给Apple进行测试或在App Store中进行分发时,将使用iOS Distribution证书/配置文件,因此不必担心删除它们。

I had the same problem and I solved it just checking the configuration of certificates and provisioning. 我有同样的问题,我只是检查证书和配置的配置解决了它。

Check if they are using correct provisioning profiles 检查他们是否使用了正确的配置文件

And check if they are using the correct reference in code signing 并检查他们是否在代码签名中使用了正确的引用

That's what worked for me... 这对我有用...

暂无
暂无

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

相关问题 Provision Profile不包括签名证书 - Provision Profile doesn't include signing certificate 代码签名错误:配置文件 ***** 不包括签名证书 **** - Code Signing Error: Provisioning profile ***** doesn't include signing certificate **** 使用 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 Xcode 8 显示配置文件不包含签名证书的错误 - Xcode 8 shows error that provisioning profile doesn't include signing certificate 个人资料不包括证书 - Profile doesn't include certificate 更新发行证书后,无法使用发行规定配置文件对签名进行编码 - Can't code sign with distribution provision profile after renewing distribution certificate 分发配置文件要求开发者证书 - Distribution Profile requesting a Developer certificate 使用开发人员证书签署iPhone应用程序 - Signing an iPhone application with developer certificate 缺少用于签署证书的iPhone iPhone分发的私钥,没有创建新的生产证书和配置文件 - Private key for signing certificate iPhone Distribution is missing-without creating new Production certificate and profile Xcode 6 - 无法为Ad-Hoc分发选择签名证书/配置文件。 始终采取默认 - Xcode 6 - Can't pick signing certificate/provisioning profile for Ad-Hoc distribution. Always taken default
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM