xcode – 代码签名的应用程序与其Blessed Helper的代码签名不匹配

xcode – 代码签名的应用程序与其Blessed Helper的代码签名不匹配,第1张

概述当我使用 Xcode对我的应用程序进行代码签名时,它已经过签名,并且所有部分都已签名.在签名之前,我使用了 SMJobBless BlessedHelper来使用setreq命令调整我的.info文件.似乎没有真正解决,因为当我检查内置的.app时,SMJobBlessUtil.py告诉我签名条目不匹配: Tim:Applications akku$~/Downloads/SMJobBless/S 当我使用 Xcode对我的应用程序进行代码签名时,它已经过签名,并且所有部分都已签名.在签名之前,我使用了 SMJobBless BlessedHelper来使用setreq命令调整我的.info文件.似乎没有真正解决,因为当我检查内置的.app时,SMJobBlessUtil.py告诉我签名条目不匹配:

Tim:Applications akku$~/Downloads/SMJobBless/SMJobBlessUtil.py check WashAndGo.app

问题:

WashAndGo.app/Contents/library/LaunchServices/de.abelssoft.WashAndGofileHelper:
app designated requirement (anchor apple generic and IDentifIEr
“de.abelssoft.WashAndGo” and (certificate
leaf[fIEld.1.2.840.113635.100.6.1.9] /* exists / or certificate
1[fIEld.1.2.840.113635.100.6.2.6] /
exists / and certificate
leaf[fIEld.1.2.840.113635.100.6.1.13] /
exists / and certificate
leaf[subject.OU] = “84F375TH8K”)) doesn’t match entry in
‘SMAuthorizedClIEnts’ (IDentifIEr “de.abelssoft.WashAndGo” and anchor
apple generic and certificate leaf[subject.CN] = “3rd Party Mac
Developer Application: Ascora GmbH (84F375TH8K)” and certificate
1[fIEld.1.2.840.113635.100.6.2.1] /
exists */)

我已经找到了许多代码签名的一般指南,并且我的应用程序的代码签名工作就像轻而易举,但不知何故,这个有福的帮助者签名(过去曾经工作过)对我来说不再适用.

从Helper的info.pList文件中:

IDentifIEr "de.abelssoft.WashAndGo" and anchor apple generic and certificate leaf[subject.CN] = "3rd Party Mac Developer Application: Ascora GmbH (84F375TH8K)" and certificate 1[fIEld.1.2.840.113635.100.6.2.1] /* exists */

从App的info.pList文件中:

anchor apple generic and IDentifIEr "de.abelssoft.WashAndGofileHelper" and (certificate leaf[fIEld.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[fIEld.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[fIEld.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "84F375TH8K")

有什么提示可能是什么问题?还需要其他信息吗?

解决方法 我尝试了很多东西,毕竟问题都消失了.我做的一些事情,我无法确定究竟是什么解决了问题,是:

>我将de.abelssoft.WashAndGofileHelper中的帮助器ID更改为de.abelssoft.WashAndGo.WashAndGofileHelper,因为我在某处读到帮助器现在应该是拥有工具的“子名称空间”>我删除了权利文件,因为我自己分发工具并不需要它>我更新了Xcode>我重启了我的Mac>我构建了软件,使用了python脚本,再次构建了软件,使用python脚本进行了测试,突然没有输出,这意味着一切都很好.一旦python脚本给我签名确定,与帮助者的通信也会起作用

总结

以上是内存溢出为你收集整理的xcode – 代码签名的应用程序与其Blessed Helper的代码签名不匹配全部内容,希望文章能够帮你解决xcode – 代码签名的应用程序与其Blessed Helper的代码签名不匹配所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://www.outofmemory.cn/web/1005846.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存