You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using SwiftUI in a menubar app and have a KeyboardShortcuts.Recorder in a preference pane using your Preferences library. I can't tell if this is actually an issue or not; I haven't been able to nail down when it prints it, much less why. Maybe you have an idea?
2023-04-01 10:20:45.374012-0400 MyApp[57081:1875366] [General] ERROR: Setting <_TtCO17KeyboardShortcuts17KeyboardShortcuts13RecorderCocoa: 0x7fe850b76df0> as the first responder for window <Preferences.UserInteractionPausableWindow: 0x7fe84f70f8d0>, but it is in a different window ((null))! This would eventually crash when the view is freed. The first responder will be set to nil.
Thank you for one of many awesome repos!
I am using SwiftUI in a menubar app and have a
KeyboardShortcuts.Recorder
in a preference pane using your Preferences library. I can't tell if this is actually an issue or not; I haven't been able to nail down when it prints it, much less why. Maybe you have an idea?2023-04-01 10:20:45.374012-0400 MyApp[57081:1875366] [General] ERROR: Setting <_TtCO17KeyboardShortcuts17KeyboardShortcuts13RecorderCocoa: 0x7fe850b76df0> as the first responder for window <Preferences.UserInteractionPausableWindow: 0x7fe84f70f8d0>, but it is in a different window ((null))! This would eventually crash when the view is freed. The first responder will be set to nil.
The text was updated successfully, but these errors were encountered: