Error:Your Mac software was not notarized

I have been sending for notarized from weeks ago without problem.

Beginning this week I always receive "Your Mac software was not notarized".


I use Packages installer and inside this program use my certificate Developer ID Installer ( as always before)

If I run in the computer terminal with the command spctl -a -v name of program


I receive the respons:

rejected source=no usable signature


Is ther any change or problem new?


My certificates it's Ok and expiration on 2022


T.I.A.

Replies

Beginning this week I always receive "Your Mac software was not notarized".

I can explain why this stopped working. Since Sep 2019 the notary service has been treating errors as warnings. A few months later we announced that, in Feb 2020, it would resume treating errors as errors. It seems likely that your product has notarisation problems. Prior to 3 Feb these were being treated as warnings, which allowed notarisation to proceed. Now they are being treated as errors, which blocks notarisation. To notarise your product, you’ll need to fix those problems. I can help you with that.

As to what’s failing, what does the notarisation log report?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi Eskimo.


Thanks for your answer.

The problem is that I can't see the registration error.

I receive an email with an error that says the uploaded file has not been Natarized.

And a link to "Learn to see the log" . But I can see the error log, no way.


I will appreciate your help

Are you notarising with Xcode? Or from the command line with

altool
?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

i'm notarising with terminal:

... xcrun altool --notarize-app --primary-bundle ...

Hi Quinn.


I have found where is the log.


Thanks.

I have found where is the log.

Cool. If you need any help resolving the issues, post the details here and I’ll take a look.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hello,


I'am using altool and notarization failed with message : source=no usable signature
I don't find the log file to check the issue,

Thanks for your help


Jean Yves

I don't find the log file to check the issue

I’m not sure how to interpret that. I suspect that you’re trying to get at the notarisation log, which you can do by fetching the

LogFileURL
returned by the
--notarization-info
command. See this thread for a concrete example.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"