Error: Failed to staple your application with code: 65 Electron App
Im having an issue with notarizing my app for Mac Os where it keeps throwing two main errors at me:
How to Prompt for Sudo Password Once and Reuse Elevated Privileges in an Electron App on macOS?
I’m developing an Electron app that periodically executes a C file requiring elevated privileges on macOS. I need to prompt the user for their sudo password once when the app starts and use these elevated privileges for subsequent commands without repeatedly asking for the password.