I am relatively new to code signing macOS apps but I have gone through all the configuration steps I could find to make this work.
I created an application using the forge-vite template from the docs.
Application works as expected in development mode.
The only config changes I made were to add the osxSign properties and osxNotarize properties for my specific application for my forge config file. When I try to run package I get the following error:
Error: Failed to codesign your application with code: 1
code has no resources but signature indicates they must be present
Not sure what to do and I have been trying to figure it out for a while. Any help is appreciated