Notarize Helper Stack in LC lesson updated

General 2018 General.2018 at outlook.com
Sun Jan 30 10:51:55 EST 2022


Tried those with each of the previous suggests still the same error.

Maybe I have missed something in the setup ? Will check everything again.

Regards Camm

> On 29 Jan 2022, at 22:41, matthias rebbe via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Hm, interesting. Seems to be a problem with a wrong or missing timestamp. So maybe adding --timestamp parameter will fix this.
> 
> Could you please change the following lines in the stack script of the NotarizeHelper stack and try again after that?
> 
> 
> line 904
> put "codesign --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime  --entitlements ##entitlementsplist## ##myapp##" into tShell
> with this line
> put "codesign --timestamp --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime  --entitlements ##entitlementsplist## ##myapp##" into tShell
> 
> 
> 
> line 908
> put "codesign --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime ##myapp##" into tShell
> with
> put "codesign --timestamp --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime ##myapp##" into tShell
> 
> line 953
> put "codesign --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime ##myDMG##" into tShell
> with
> put "codesign --timestamp --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime ##myDMG##" into tShell
> 
> 
>> Am 29.01.2022 um 22:17 schrieb General 2018 via use-livecode <use-livecode at lists.runrev.com>:
>> 
>> Tried all these, result the same.
>> 
>> In show “Notarization requests” for each :-
>> 
>> Status = invalid 2
>> Status Code = Pac
>> Status Message = age invalid
>> 
>> Regards Camm
>> 
>>>> On 29 Jan 2022, at 20:37, matthias rebbe via use-livecode <use-livecode at lists.runrev.com> wrote:
>>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


More information about the use-livecode mailing list