Replies: 1 comment 3 replies
-
Hi! 👋 I think I know what's causing this. I use an Ubuntu image instead of a macOS one to build the binaries, and it's missing a utility required for signing the macOS binaries. It should be an easy fix, but you'll need to wait a couple of days for me to find some time to sit down and fix it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for building this project.
I downloaded the MacOS arm64 binary and ran
Running the binary always fails with a
Killed: 9
error. I believe this is related to system integrity checks SIP. Is the binary signed? codesign reports it is not signed. The regular standalone cli (without DaisyUI) reports it is signed, that works for meBeta Was this translation helpful? Give feedback.
All reactions