Post

Replies

Boosts

Views

Activity

ViewBridge to RemoteViewService Terminated (...)
After updating to Sonoma, the following is logged in the Xcode console when an editable text field becomes key. This doesn't occur on any text field, but it seems to happen when the text field is within an NSPopover or an NSSavePanel. 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} What does this mean?
Topic: UI Frameworks SubTopic: AppKit
10
8
3.3k
Mar ’25
macOS 26 adds image to NSMenuItem on its own
In my Mac app, there is a menu item whose title is "Copy", and another called "Zoom to Marker". Apparently appkit sees fit to inject its own images into these items (off-state images I suppose). Why it was consider a good idea to begin with is unclear, because how can you be sure these images are appropriate? If that wasn't bad enough, the framework does not even check that these menu items already have off state images. So now the menu items get two images! How do I prevent this? Note: I use Xcode 16.
Topic: UI Frameworks SubTopic: AppKit
1
0
119
Sep ’25