IOS 真机测试 Xcode出现"The identity used to sign the executable is no longer valid"

在真机测试的时候出现了"The identity used to sign the executable is no longer valid"的错误。一开始以为是因为证书签名过期的问题,后来才发现是因为在xcode中的Build Settings中没有设置好Provisioning Profile,如图

重新选择下证书签名,然后重新运行下就OK了!

版权声明:本文为博主原创文章,未经博主允许不得转载。

时间: 2024-08-11 12:58:43

IOS 真机测试 Xcode出现"The identity used to sign the executable is no longer valid"的相关文章

Xcode真机调试失败:The identity used to sign the executable is no longer valid

在Xcode中突然好久没有使用真机调试了,今天使用真机的时候,出现如下的警告,并真机运行失败: The identity used to sign the executable is no longer valid. Please verify that your device's clock is proprtly set,and that your signing certificate is not expired.(0xE8008018). . 其实这个问题很简单,Xcode是告诉你的身

修复 Xcode 错误 “The identity used to sign the executable is no longer valid”

如图: 解决方法来自:http://stackoverflow.com/questions/7088441/the-identity-used-to-sign-the-executable-is-no-longer-valid/14275197 Restarting Xcode didn't work for me. What fixed it for me was going to Accounts in Xcode (in preferences), Details for my devel

[ios]"The identity used to sign the executable is no longer valid"错误解决方法

重新去开发者网站,申请一遍profiles 参考:http://www.bubuko.com/infodetail-982908.html 我出现这个错误的情况,程序提交app store之后,第二天,在手机上运行程序,出现"The identity used to sign the executable is no longer valid",详细内容 Please verify that your device‘s clock is properly set, and that y

"The identity used to sign the executable is no longer valid"错误解决方法

我出现这个错误的情况,程序提交app store之后,第二天,在手机上运行程序,出现"The identity used to sign the executable is no longer valid",详细内容 Please verify that your device's clock is properly set, and that your signing certificate is not expired. 原因:你发布的时候,创建了一个PP(简介文件),你真机运行的

iOS - The identity used to sign the executable is no longer valid

①.首先在xcode中的Build Settings中看有没有设置: ②.账号是不是多个人在用,个人开发者的账号只能绑定一台电脑,当另外一台电脑绑定了话,你的电脑就失效了.你确认下是不是这个原因造成的.要想在多台电脑真机调试,你把绑定手机uuid的文件,还有从绑定证书的电脑钥匙串中导出来的证书(个人信息.p12那个选项)发到另一台电脑,执行两个文件就可以了. ③.如果是企业账号,去开发者中心的Provisioning Profiles里更新一下证书,双击打开,运行就好了 ④.不行再clean一下

the identity used to sign the executable is no longer valid.解决方法

Managed-by-Xcode provisioning profile that expired. You are using a "Team Provisioning Profile" and it expired. You went to renew and download it, and noted "Managed by Xcode" and the "Renew" button was grayed out. The soluti

The identity used to sign the executable is no longer valid.

昨天运行还好好的,今天Xcode突然报这个错误. 在网上搜索了一番,也没有找到合适的解决办法. 那怎么办呢? 于是我就登陆了Appstore的开发者账号,发现里面的证书都是invalid状态,我想应该是这个的原因,然后我就选了Development里面是vaild状态的Proversion Profile,程序就跑通了. 看来是Proversion Profile的问题. 遇见问题就解决.

【iOS】The identity used sign the executable is no longer valid.

之前就遇到过这个问题,如图: 今天又遇到了,证书过期的问题. 需要访问苹果开发者的官网 http://developer.apple.com 来解决. 参考:How to fix “The identity used to sign the executable is no longer valid” error in Xcode 待完善...

Unity导出iOS真机测试教程

原地址:http://unity3d.9tech.cn/news/2014/0410/40177.html 学 习了两天的Android开发,我感觉Android开发跟IOS开发和.NET平台下的开发有点不同,Android开发我更觉得跟web(Html) 倒是有类似的地方,都是节点标签显示的,当然个人理解,感觉提示也没IOS开以及.NET开发那么强,可能是我还不是太熟悉eclipse开发环境,当然 当做出东西能导入到自己的Android机还是挺兴奋的.今天晚上摸索了一下IOS真机测试,手上有M