Page 1 of 1

codesign issue

Posted: Fri May 18, 2018 3:04 pm
by rmuzzini
hello.

i'm trying to codesign one of my apps to be released on app store (SA made by using LC9 stable).
but if i try:

Code: Select all

# codesign -s "<my id>" <path-to-binary>
i get in return

Code: Select all

code object is not signed at all
In subcomponent:  <path-to-binary>/Contents/MacOS/revsecurity.dylib
any hint?

regards

Re: codesign issue

Posted: Sat May 19, 2018 7:44 pm
by jacque
It's kind of long, but this lesson gives you all the steps:
http://lessons.livecode.com/m/4071/l/87 ... -app-store

Many people just use AppWrapper instead. http://www.ohanaware.com/appwrapper/

Re: codesign issue

Posted: Mon May 21, 2018 4:16 pm
by rmuzzini
thank you for the link, jacque.
i'll try the long way and eventually post here my experience.
regards.