Not able to notarize my application tried both .pkg and .dmg formats, Notarization Fails everytime

I have local LLM application, the backend is in python and frontend is in electron.js , all complied in a .pkg file or .dmg file

I have created the valid certifcates for notarization

But it fails everytime, I have attached the logs

steps I followed Created a certificate all steps related to getting it setup,

  • ran productsign command on pkg file

  • ran codesign for dmg

  • xcruntool submit command

If anyone has any idea on how proceed

Answered by DTS Engineer in 830952022

The notary log contains a bazillion errors indicating that you’re code is not signed properly. I suspect you’re signing your installer package and disk image but not actually signing your code. Notarisation requires that all code be signed with a valid Developer ID code signing identity.

There’s detailed advice on how to do this in:

However, as you’re using third-party tooling you might find more appropriate advice in its documentation.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

The notary log contains a bazillion errors indicating that you’re code is not signed properly. I suspect you’re signing your installer package and disk image but not actually signing your code. Notarisation requires that all code be signed with a valid Developer ID code signing identity.

There’s detailed advice on how to do this in:

However, as you’re using third-party tooling you might find more appropriate advice in its documentation.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Not able to notarize my application tried both .pkg and .dmg formats, Notarization Fails everytime
 
 
Q