-
Notifications
You must be signed in to change notification settings - Fork 2
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
new mac signing issue? #15
Comments
I haven't tried to compile this plugin on a Mac recently, but I would guess this is something that has to be done at compile-time, at the very end. It might be possible to do this with the XCode |
I've been able to compile on an arm64 mac fine, but it seems the issue is that even if I generate and sign the shared object with a certificate locally, the "Team ID" that vmd is signed with differs from that of my signed |
(waiting to hear back from VMD email list) |
Thanks! Please let us know what you learn from them. If this requires a change in the VMD distribution, another option is to discuss adding this plugin internally. I never tried to do that because I wrote this a few years ago when GSD was new and it was always easy enough to build and install downstream, but it would be convenient to have GSD work out of the box in VMD now that it's been around for a while. |
On my my new arm64 mac, I get this error when loading the GSD plugin:
Is this something I need to fix on my end with signing the plugin somehow (this is new to me), or is this something to fix on the developer side? Thx!
The text was updated successfully, but these errors were encountered: