failed to notarize my application

Hello, i am bill I have a question.

  • develop lanuage

: node.js + electron.js

  • ide

: vscode, xcode altools

i tried my app notarize. but it returned error message.

"message": "The binary is not signed.", "message": "The signature does not include a secure timestamp.", "message": "The executable does not have the hardened runtime enabled.",

Replies

Code that you submit to the notary service must be signed for independent distribution. That means that all the code must be signed, with a valid Developer ID signing identity, and a secure timestamp. And any main executables must have the hardened runtime enabled.

If you were using Xcode it would take care of this for you. If you’re using third-party tools, you should consult the documentation and support resources for those tools.

The following DevForums posts described the steps that you have to take if you’re doing this from scratch:

Share and Enjoy

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