Posts

Post not yet marked as solved
10 Replies
Instead of pointing to a unversioned dylib use a specific revision.ie./usr/lib/libcrypto.0.9.8.dylib/usr/lib/libcrypto.35.dylibetc...On macOS 10.14 libcrypto.dylib is a sym link to libcrypto.35.dylib/usr/lib/libcrypto.dylib -> libcrypto.35.dylibYou can speficy the exact path in Library Search Paths so it's the revision you want.Also if you have an exsisting Mach-O binary (or you're linking to a non-standard location, ie brew install path for openssl libs) you can use install_name_tool to change the path.
Post not yet marked as solved
2 Replies
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.
Post not yet marked as solved
3 Replies
Yep, that makes it load in dark mode now... Fixed enough for now; thanks!
Post not yet marked as solved
3 Replies
I have the same issue.I believe that it would be related to https://forums.developer.apple.com/thread/110705 which was an issue with 10.14.However, on 10.14 System Preferences.app the same Preferences Pane with dark mode works as expected.It would be nice to get a fix on this before launch.