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
0qt/macnotificationhandler.mm:27:9: warning: 'NSUserNotification' is deprecated: first deprecated in
1 macOS 11.0 - All NSUserNotifications API should be replaced with UserNotifications.frameworks
2 API [-Wdeprecated-declarations]
NSUserNotificationCenter is Deprecated
0qt/macnotificationhandler.mm:30:11: warning: 'NSUserNotificationCenter' is deprecated: first
1 deprecated in macOS 11.0 - All NSUserNotifications API should be replaced with
2 UserNotifications.frameworks API [-Wdeprecated-declarations]
3 [[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification: userNo...
NSUserNotification
and NSUserNotificationCenter
are deprecated and should be replaced with UserNotifications.frameworks