Tooltips not working?

I have an app that has a bunch of tooltips set on interface objects that has worked for years. I'm not exactly sure when it started, but the tooltips no longer appear. Do I need to do anything now to enable tooltips that are set in the interface builder?

Replies

Which version Xcode on what macOS?

I made a test on one tooltip I added to a NSTextField:

- tooltips defined in IB work in XCode 9.4

- does not work in XCode 10 ß2


But tooltips defined programmatically work.


So, something has changed for tooltips between 9.4 and 10ß. That smells like a bug.

...that - smells like a beta, I think 😉