Preference Pane and NSRequiresAquaSystemAppearance

I have a System Preferences Pane which includes NSRequiresAquaSystemAppearance (NO) in its Info.plist file, but when going into this pane while running in dark mode, System Preferences switches itself back to Light mode.


How can I get my preferences pane to run in dark mode?

Replies

I have the same problem.

Try re-building the solution with a newer version of xcode.


also update interface builder files... could be a legacy version; I had that issue with a pref pane before.