-
Notifications
You must be signed in to change notification settings - Fork 30
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
Apple Silicon Issues #734
Comments
Hi Reese, happy to see my msg last week had the intended behavior and you are giving dartagnan a try 😃. AFAIK the only developer having an Apple machine is @ThomasHaas (not sure about @xeren). Can you please take a look? |
The issue is exactly what the troubleshooting description tries to solve. I'm pretty sure that I also got the verification error, but I usually resolve it in the security settings. I guess the mentioned command will have the same effect. |
Thanks for taking a look! The troubleshooting section was definitely useful, I just think it might be useful to add a sentence or two describing the above issues to avoid someone else having to make a couple extra Google searches 😅. |
@reeselevine the code in the |
Sorry for the slow reply, yes I tested it out and things are working now, including Docker! |
Fix by 2d6ef05 Thanks @reeselevine for testing this. |
Getting Dartagnan running on my Apple M3 Air with OSX Sonoma, I ran into a couple issues that I don't see mentioned on the README.
It appears that the Docker image is built with binaries that aren't supported on Arm based platforms, or at least Apple Silicon. I didn't investigate to see if there was a workaround to this.
/Library/Java/Extensions
as described here, I get an error when trying to run Dartagnan that Apple can't verify the binaries. The solution seems to be to clear the apple quarantine flag on the binaries, e.g., like this:I'm not sure if there's a better way to do this.
The text was updated successfully, but these errors were encountered: