Hi,
I'm using macOS 10.15.5 to distribute an Electron App. But i got problem when notarizing dmg file.
First i sign and notarize file.app and it was okay. I used electron-osx-sign to sign and xcrun to notarize app.
Next, i created pkg file using packages. Then i create dmg file using hdiutil.
After that, i signed dmg file using codesign. The file was signed okay. Finally, i notarize it and i got invalid status.
Here is the image:
The binary that located in app file was sign and notarized successfuly. But it's get error "The signature of the binary is invalid."
Please help me to understand this.
Thanks,