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的代码签名不匹配所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)