- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在调整 MacOS 应用程序以使用沙箱。它使用一个辅助应用程序(同一包中的 exe),当我尝试在控制台中使用“拒绝 mach-lookup”消息调用 CFMessagePortCreateRemote 时,该应用程序会失败。
我可以看到 com.apple.security.temporary-exception.mach-lookup.global-name
授权 key 可以解决此问题,但这只是暂时的。
是否有办法在沙盒应用程序中通过 mach 端口实现两个应用程序之间的通信?
错误:
let port = CFMessagePortCreateLocal(nil, "XXXYYYZZZZ.MyAppGroupName" as CFString, Callback, nil, nil)
let runLoopSource = CFMessagePortCreateRunLoopSource(kCFAllocatorDefault, port, 0)
CFRunLoopAddSource(CFRunLoopGetCurrent(), runLoopSource, .commonModes)
*** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x14807, name = 'XXXYYYZZZZ.MyAppGroupName'
最佳答案
对于目标应用程序和帮助程序 exe:
Z123456789.com.example.app-group
使用您的 teamID ex 命名您的 Mach 端口:
Z123456789.com.example.app-group.Port_of_Kobe
关于macos - CFMessagePort 和沙箱,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9889186/
我正在调整 MacOS 应用程序以使用沙箱。它使用一个辅助应用程序(同一包中的 exe),当我尝试在控制台中使用“拒绝 mach-lookup”消息调用 CFMessagePortCreateRemo
我尝试提出 CNContactPickerViewController在 SwiftUI 应用程序中使用 UIViewControllerRepresentable协议(protocol)。正如我已经
我是一名优秀的程序员,十分优秀!