We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am seeing this
ViewBridge to RemoteViewService Terminated: Error Domain=com.apple.ViewBridge Code=18 "(null)" UserInfo={com.apple.ViewBridge.error.hint=this process disconnected remote view controller -- benign unless unexpected, com.apple.ViewBridge.error.description=NSViewBridgeErrorCanceled}
when using KeyboardShortcuts.Recorder(for: .foo) inside a NSHostingView.
KeyboardShortcuts.Recorder(for: .foo)
NSHostingView
Funnily enough it still seems to work correctly.
Has anyone seen that before and has any pointers what might be wrong? General search suggests this could be a general problem in Sequoia?
https://forums.developer.apple.com/forums/thread/764235
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am seeing this
when using
KeyboardShortcuts.Recorder(for: .foo)
inside aNSHostingView
.Funnily enough it still seems to work correctly.
Has anyone seen that before and has any pointers what might be wrong?
General search suggests this could be a general problem in Sequoia?
https://forums.developer.apple.com/forums/thread/764235
The text was updated successfully, but these errors were encountered: