问题描述
使用Xcode 9.1,在构建iOS应用后,我尝试对其进行存档.但是我收到以下错误消息:
Using Xcode 9.1, after building an iOS app, I try to archive it.But I get the following error message:
解决此问题的最简单方法是什么?
What is the simplest way to solve this?
推荐答案
在Mac中打开密钥链并检查您的开发证书...我认为您的证书已过期,您使用该证书创建了Provisioning配置文件.这就是为什么显示"MyAppProfile"不包含签名证书.
Open key chain in your mac and check your development certificate...I think your certificate is expired using which you have created your Provisioning profile..thats why it is showing "MyAppProfile" doesn't include signing certificate.
1.要解决此问题,请转至您的开发人员帐户,下载最新的开发证书并将其添加到钥匙串中,然后从钥匙串中删除所有过期的证书.
1.To solve this issue go to your developer account and download the latest development certificate and add it to keychain and remove all expired certificates from keychain.
Or
2.当您的钥匙串中有多个开发者帐户并且过期的开发者证书名称与活动的开发者证书的名称相同时,也会发生此问题.
2.This issue also comes when you have multiple developer accounts in your keychain and the expired developer certificate name is same as that of active developer certificate.
这篇关于个人资料不包含证书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!