Jayy001/codexctl

macOS binary issues

Closed this issue · 5 comments

Thanks for the effort!
I have problems with the macOS binary (latest codexctl release, macOS 12.7 M1 mac)

  • binary needs chmod u+x to be executed; ok easy
  • still wont run even with sudo; it's killed by the OS with a security warning; maybe a code signing issue
Eeems commented

The macOS file isn't code signed. You'll need to add it to the allow list, and potentially remove an extended attribute that has been added to the file by the OS.

https://apple.stackexchange.com/a/436677

Thanks, very helpful link; forgot about the attribute.
I built it from source in the meantime :-)

@Eeems can you explain "add it to the allow list" if that's different from removing an extended attribute? I did the latter following the instructions in the link, but I'm still have permission issue when trying to run codexctl.bin.

Eeems commented

@TyceHerrman I don't have a mac, so I'm just googling snd giving you the results of what I find. If this is no longer working for you, and it's the same error, and you aren't assuming a different error is the same error, you'd need to look for whatever new thing needs to be done to accomplish the same.

Perhaps you are actually encountering #92

@Eeems can you explain "add it to the allow list" ...

It means this https://macpaw.com/how-to/unidentified-developer-mac which is mentioned in the link eems provided.