-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Issue/Bug]: MacOS SDK Problem #49
Comments
you didn't sign the binding. also i did wrote it down in the docs https://github.com/vaporvee/discord-sdk-godot/wiki/Building#macos-support |
No, I tried signing the bindings with codesign, but still nothing changed. (I didn't write about this in the reproduction steps because it didn't change anything). Maybe I'm doing this wrong? |
i never did it because i hadn't had the money for this. so sadly i can't help you with this... |
and did you look if the file names are matching with the ones in the .gdextension file? |
Reach out to me via DMs. I'll help take care of this. |
Do you have discord? I didn't find where github Dms are |
I sent you a message on Ko-Fi. I'll give you my discord there too |
@P5ina Would you please reach out to me on Discord so we can work through this issue together? I'd like to get the repo here in a place where we can have Mac builds be part of the normal production pipeline. |
@EddieDover Hello, your link is expired, I can't join |
Yep, all file names are correct |
Sorry about that |
whoops i may have clicked on it |
You did. It's fine :D |
current state: we get it compiled on intel under circumstances (and when its signed) but m1 is still not working |
will be working on macos in the next release |
What happened?
I imported and configured your plugin on Windows and everything works fine. Then I switched to Mac and built your plugin from source and then the error appeared. I restarted Godot many times, but it didn't help. I tried to sign the dylib with
codesign
, but that didn't help either.Version
1.0.1
Godot Version
4.2.1.stable
Exact steps to reproduce this error
discord-sdk-godot
python3.11 setup.py
scons
scons target=template_release
python3.11 release.py
GDScript
Godot output
Additional information
No response
Checks
The text was updated successfully, but these errors were encountered: