小编W. *_*ing的帖子

Mac Mountain Lion错误 - "不在fPermittedFrontASNs"

我有一个python脚本已使用py2app转换为捆绑的应用程序.手动调用时,它运行正常.但是,在Mountain Lion下,当我尝试使用launchd调用它时,我在系统日志中收到以下错误:

8月8日07:15:02 StraylightPro.local Irrigate [79689]:Irrigate Error
8月8日07:15:02 StraylightPro.local coreservicesd [77]:应用程序应用程序:"Irrigate"[0x0/0x697596f] @ 0x0x7fe77240cec0试图提出,但不在fPermittedFrontASNs((ASN:0x0-0x1cb2cb1 :)),所以否认.

很明显,这是Mountain Lion中新安全功能的结果,但是通过Apple的开发人员文档搜索并在网上搜索"fPermittedFrontASNs"一词并未发现任何结果.

如果我可以将扩展属性添加到应用程序包或向launchd plist文件中添加一行来解决此问题,那将是非常好的.

launchd py2app osx-mountain-lion

5
推荐指数
1
解决办法
4221
查看次数

标签 统计

launchd ×1

osx-mountain-lion ×1

py2app ×1