I'm having problems getting our application Notarized. It gets this error:
"severity": "error",
"code": null,
"path": "Metrix Installer.dmg/Install/MetrixApplication.pkg",
"message": "The binary is not signed with a valid Developer ID certificate.",
The thing is that I did do a codesign on it. (I've also tried productsign)
codesign -f --verbose=4 --timestamp --options runtime --sign F3YTHMJYQ9 Metrix/Install/MetrixApplication.pkg
codesign -dvvv Metrix/Install/MetrixApplication.pkg
Executable=/Users/johnluss/Metrix/BuildInstaller/Metrix/Install/MetrixApplication.pkg
Identifier=MetrixApplication
Format=generic
CodeDirectory v=20200 size=177 flags=0x10000(runtime) hashes=1+2 location=embedded
Hash type=sha256 size=32
...
Signature size=9053
Authority=Developer ID Application: Eps Us, LLC (F3YTHMJYQ9)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=Sep 9, 2022 at 1:54:18 PM
Info.plist=not bound
TeamIdentifier=F3YTHMJYQ9
Sealed Resources=none
Internal requirements count=1 size=180
Any suggestions as to what I'm missing or doing wrong?