mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
When trying to build Ladybird on macOS 14.3, it fails with the error: ``` No visible @interface for 'NSToolbar' declares the selector 'setAllowsDisplayModeCustomization:' (clang arc_may_not_respond) ``` This is caused by macOS < 15 not having the @interface definition for in NSToolbar for setAllowsUserCustomization:(BOOL). By dynamically calling the method, we can avoid the error altogether. |
||
|---|---|---|
| .. | ||
| Android | ||
| AppKit | ||
| cmake | ||
| Icons | ||
| Qt | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Info.plist | ||