electron-react-boilerplate
electron-react-boilerplate copied to clipboard
#urgent Cannot generate macOS application.
Loved this boilerplate. I am able to get windows application But whenever I try to generate macOS application. The packaging fail at signing the application.
How can we solve that ?

please post the stack trace of the error
also check if you added the --mac flag to the postpackage script in package json
Yes postpackage had --mac flag
I actually also tried making the mac application of the boilerplate itself. That also was not working.