Notarize Helper Stack in LC lesson updated

matthias_livecode_150811 at m-r-d.de matthias_livecode_150811 at m-r-d.de
Sat Jan 29 15:36:15 EST 2022


Camm,

another thing you could try is to replace the line which creates the zip file.

In the stack script of the NotarizeHelper replace this line (line no. 1569)
put "zip -r ##zipfile## ##appbundle##" into tShell

with this one

put "zip -y -r ##zipfile## ##appbundle##" into tShell


or if that does not solve it, replace  the line with the following one and try again.

put "/usr/bin/ditto -c -k --sequesterRsrc --keepParent ##zipfile## ##appbundle##" into tShell

Matthias



> Am 29.01.2022 um 21:19 schrieb matthias rebbe via use-livecode <use-livecode at lists.runrev.com>:
> 
> 
> Did you add any files to the standalone (application bundle) after you've created it with LC?
> In this thread https://developer.apple.com/forums/thread/116831 <https://developer.apple.com/forums/thread/116831>  someone points out that this error can be caused when nested code is in a wrong location.
> 
> Look here for the part about nested code:
> https://developer.apple.com/library/archive/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG201 <https://developer.apple.com/library/archive/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG201>
> 
> Btw. Which version of macOS are you using? And with which version of LC did you build the standalone?
> 
> Regards,
> Matthias
> 
> 
> 
> 
> 
>> Am 29.01.2022 um 19:51 schrieb General 2018 via use-livecode <use-livecode at lists.runrev.com>:
>> 
>> signature of the binary is invalid”
> 
> _______________________________________________
> 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