While compiling on macOS Big Sur 11.1 with Qt 5.15.2 libbitcoinqt_a-macos_appnap.o brings up the following warnings:
NSUserNotification Is Deprecated
qt/macnotificationhandler.mm:27:9: warning: 'NSUserNotification' is deprecated: first deprecated in
macOS 11.0 - All NSUserNotifications API should be replaced with UserNotifications.frameworks
API [-Wdeprecated-declarations]
NSUserNotificationCenter is Deprecated
qt/macnotificationhandler.mm:30:11: warning: 'NSUserNotificationCenter' is deprecated: first
deprecated in macOS 11.0 - All NSUserNotifications API should be replaced with
UserNotifications.frameworks API [-Wdeprecated-declarations]
[[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification: userNo...
NSUserNotification and NSUserNotificationCenter are deprecated and should be replaced with UserNotifications.frameworks