Re: Notarization error: The signature algorithm used is too weak

2019-05-29 Thread Leo via Cocoa-dev
, The issue is now solved - thanks to someone's advice on Stack Overflow: https://stackoverflow.com/questions/56351428/macos-notarization-error-the-signature-algorithm-used-is-too-weak I need to sign the actual framework first, then re-package it as tar.gz. I added this process as Run Script

Re: Notarization error: The signature algorithm used is too weak

2019-05-29 Thread Richard Charles via Cocoa-dev
> On May 28, 2019, at 8:18 PM, Leo via Cocoa-dev > wrote: > > Can you please elaborate on this... Perhaps this will help. https://stackoverflow.com/questions/25152451/are-mac-app-store-code-sign-resource-envelopes-always-version-1 --Richard Charles _

Re: Notarization error: The signature algorithm used is too weak

2019-05-29 Thread Leo via Cocoa-dev
On 5/28/19 9:26 PM, Richard Charles wrote: On May 28, 2019, at 3:43 PM, Leo via Cocoa-dev wrote: -I recently contacted Apple again and they pointed me to some resource page that was created back in 2016. It briefly mentions a similar error - but still without any info on how to solve it:

Re: Notarization error: The signature algorithm used is too weak

2019-05-28 Thread Richard Charles via Cocoa-dev
> On May 28, 2019, at 3:43 PM, Leo via Cocoa-dev > wrote: > > -I recently contacted Apple again and they pointed me to some resource page > that was created back in 2016. It briefly mentions a similar error - but > still without any info on how to solve it: > https://developer.apple.com/libr

Notarization error: The signature algorithm used is too weak

2019-05-28 Thread Leo via Cocoa-dev
Hi all, I wonder if anyone's familiar with this error which only happens when I send my apps for notarization: "AppName.zip/AppName.app/Contents/Resources/EWSMacCompress.tar.gz/EWSMacCompress.tar/EWSMac.framework/Versions/A/EWSMac83886082" "The signature algorithm used is too weak." Addit