Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS binary issues #40

Closed
RedTartan04 opened this issue Oct 24, 2023 · 5 comments
Closed

macOS binary issues #40

RedTartan04 opened this issue Oct 24, 2023 · 5 comments

Comments

@RedTartan04
Copy link

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
Copy link
Collaborator

Eeems commented Oct 24, 2023

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

@RedTartan04
Copy link
Author

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

@TyceHerrman
Copy link

@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
Copy link
Collaborator

Eeems commented Sep 29, 2024

@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

@RedTartan04
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants