im using macOS to develop electron app but i got this error, and i know its not effect on the app but its annoying to see it and how i can fix it?
the error message in terminal :
2024-06-17 18:00:33.200 Electron[1991:32519]
WARNING: Secure coding is not enabled for restorable state!
Enable secure coding by implementing
NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
i want to fix the error, and i really don’t have the idea how to fix it, also i’m new in macOS