Hi guys

I have a Racket based executable that I created using race exe / raco 
distribute on macOS.
I am trying to code sign it now so it passes through the macOS GateKeeper.

I had to add a few symlinks and edit the Info.plist to get the Racket framework 
signed. That worked fine. But when I try to sign the actual main executable in 
the app and the app itself, I am getting the error below:

"codesign_allocate: file not in an order that can be processed (link edit 
information does not fill the __LINKEDIT segment)"

As a result the app gets rejected by the spctl assess check.

I cannot find any bug reports or Stackoverflow issues about Racket binaries and 
codesigning on macOS but there seems to be similar problems with other open 
sources binaries (such as binaries produced by PyInstaller).  The problem is a 
known one.

I was hoping that someone could provide some advice if anyone has seen similar 
problems.

Thanks in advance

Seamus

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to