I m calling
[[NSWorkspace sharedWorkspace] launchApplication:path];
从我的沙箱子里,我把这一错误带入了 con里:
9/5/11 12:23:12.462 PM ls Boxd:ail to spawn < PATH REDACTED > for 21383 -êt - 10826
9/5/11 12:23:12.463 PM 应用: spawn_via_bornd(发射)失败,errno=54贴标签=[0x0-0x1994993]MYApp path=< PATH REDACTED >code=0
9/5/11 12:23:12.464 PM 适用:LSOpenFromURLSpec(LSOpenFromURLSpec())返回——10810份申请申请申请和批准;PATH REDACTED >(null)。
换言之,我显然被“Launch Services Sand Box Daemon”(ls Boxd)所阻挡,而“Launch Services Sand Box Daemon”(ls Boxd)认为,第1号信应当启动。
For the record 10826 is "The user does not have permission to launch the application" and then 10810 is "An unknown error has occurred"
是否有任何人了解本案的应享权利?
如何从沙箱中发射其他东西(请不说 Apple果,它是一种无法运转的梦).,特别是从沙箱或XPC服务中叫来)。 理想是在沙箱内使用(严重瘫痪)国家工作空间的一种方法。