The certificate used to sign "" has either expired or has been revoked.

这句话的意思就是“签名”的证书已过期或已被吊销。

说白了就是有人删除了你的证书,解决的办法就是在创建一个,创建证书有两种办法,。

第一:

在苹果开发者中心,进入自己的账号,请求一个CRS文件,根据这个CRS文件来创建一个证书然后就可以了。

第二:

就是利用Xcode自动创建一个证书,步骤如下:

command+ ,

就会打开Xcode的配置选项(当然了敲之前肯定得选中Xcode才行),选中第二个Accounts。

在左侧的Apple IDs中选中自己的开发账号(因为涉及开发账号,所以就不上图了)

接着在右侧点击View Details

然后就会弹出一个新的页面

找到Signing Identities(就是上面那栏)

接着就是找到iOS Development 点击右侧的Reset,然后等待就可以了。

时间: 2024-10-14 10:05:46

The certificate used to sign "" has either expired or has been revoked.的相关文章

The certificate used to sign "XXX" has either expired or has been revoked

在Xcode真机调试开发过程中,无论是使用个人证书或者是企业证书,经常会遇到这样的问题:The certificate used to sign "XXX" has either expired or has been revoked. An updated certificate is required to sign and install the application.刚开始在key里删除证书,在Xcode中fix一下,好像问题也不大.但是最近频发发生这样的事情,有时候需要耗费

XCode发布时的错误"the certificate used to sign……"

The certificate used to sign "xxx" has either expired or has been revoked 如上两图,打开钥匙串,在密钥和证书上,删除带Developer的项目, 在你的xcode项目中选Product->Clean 重启Xcode项目,再发布就OK了 原文地址:http://blog.51cto.com/shuxiayeshou/2167786

Signing Your Applications(Android签名相关)

In this document Signing Overview Signing in Debug Mode Signing in Release Mode Signing Android Wear Apps Signing Your App in Android Studio Automatically Signing Your App Signing Your App with Android Studio Signing Considerations Securing Your Priv

Crash以及报错总结

CoreData: Cannot load NSManagedObjectModel.nil is an illegal URL parameter 这是因为在工程中CoreData的命名和AppDelegate中使用的命名不同造成的,可能是自己修改了CoreData文件但是忘记修改AppDelegate中相应的字符串.将图片中的字符串改成和CoreData文件名一样就可以了. No such file or directory ...... 找不到某个文件 首先复制文件名 在Build Pha

https那些事儿

(一)SSL/TLS协议运行机制的概述 一.作用 不使用SSL/TLS的HTTP通信,就是不加密的通信.所有信息明文传播,带来了三大风险. (1) 窃听风险(eavesdropping):第三方可以获知通信内容. (2) 篡改风险(tampering):第三方可以修改通信内容. (3) 冒充风险(pretending):第三方可以冒充他人身份参与通信. SSL/TLS协议是为了解决这三大风险而设计的,希望达到: (1) 所有信息都是加密传播,第三方无法窃听. (2) 具有校验机制,一旦被篡改,通

Xcode Unable to install "XXX"

The certificate used to sign "XXX" has either expired or has been revoked. An updated certificate is required to sign and install the application. Xcode -> Preferences -> Accounts -> View Details  然后分成上下两栏,上栏全部Reset一下,下栏左下角 Download All

Android证书验证存漏洞 开发者身份信息可被篡改(转)

原帖地址:http://bbs.pediy.com/showthread.php?p=1335278#post1335278 近期在国内网易,雷锋网等网站爆出谷歌市场上的索尼官方的备份与恢复应用"Backup and Restore"被黑的消息.新闻显示:目前索尼官方的备份与恢复应用"Backup and Restore"已经被黑客彻底破解:甚至在Google Play商店里该应用的所有权都被黑客修改:目前仍不清楚使用破解修改版本的应用,会否对用户造成损害:建议用户

【Mac系统】之IOS自动化:WebDriverAgent安装

汇总: 非常感谢: ①codeskyblue的文章:<ATX ATX 文档 - iOS 真机如何安装 WebDriverAgent> ②Nuanyang2333的文章:<课前准备——WebDriverAgent 安装> ==================================================== 以及其他暂时还没用到的文章: ③yxys01的文章:<WebDriverAgent 天坑记> ④wonderfei的文章:<基于Faceboo

wcf 配置与代码创建

<behaviors> <serviceBehaviors> <behavior name="MyServiceBehavior"> <serviceMetadata httpsGetEnabled="true" policyVersion="Policy15" /> <serviceDebug includeExceptionDetailInFaults="true" /