fyne-io / developer.fyne.io

Fyne developer documentation website

Home Page:https://developer.fyne.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'NSUserNotification' is deprecated?

Atomzwieback opened this issue · comments

warning: 'NSUserNotification' is deprecated: first deprecated in macOS 11.0 - All NSUserNotifications API should be replaced with UserNotifications.frameworks API [-Wdeprecated-declarations]

Tried out this lib today but it seems like there is a deprecated warning for the macos dependencys?

It is just a warning not an error. It will work just fine until we can fix the deprecation notice. We can not do so as of yet because it would break older macOS versions.

This is a duplicate of fyne-io/fyne#1833, though please be aware that you opened the issue in the wrong repository. This is just for the code of the website, not the project itself. The project is hosted at https://github.com/fyne-io/fyne.

Thanks for pointing out the duplicate @Jacalz