codesign issue

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rmuzzini
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 63
Joined: Mon Oct 08, 2012 11:30 am

codesign issue

Post by rmuzzini » Fri May 18, 2018 3:04 pm

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

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7214
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: codesign issue

Post by jacque » Sat May 19, 2018 7:44 pm

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/
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

rmuzzini
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 63
Joined: Mon Oct 08, 2012 11:30 am

Re: codesign issue

Post by rmuzzini » Mon May 21, 2018 4:16 pm

thank you for the link, jacque.
i'll try the long way and eventually post here my experience.
regards.

Post Reply

Return to “Mac OS”