-
Notifications
You must be signed in to change notification settings - Fork 8
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
Not working with Mac M1 Chip #5
Comments
I need a volunteer with appropriate knowledge and hardware to compile the plugin for all Apple platforms. |
@hotbso can you please re-open the issue... I will try to recompile and fix it. |
@hotbso I was just able to compile with Happy to contribute the compiled file if you like... let me know. Thanks! |
Send the binary (or a link) and will put it into the download kit. |
Creating an ARM-only binary for simple projects can indeed as easy as
replacing the argument to -arch (and building against the X-Plane SDK
version 4, which I assume is a drop-in replacement for version 4). macOS
Catalina or later, and a recent version of Xcode (especially under
Catalina). But you can build for ARM on an Intel Mac though.
Then you need two distributions; creating an Intel+ARM plugin is a touch
more complex, IIRC (you need to build both separately and combine them with
lipo, unless I missed a way to do it in one step?).
…On Tue, 4 Apr 2023 at 10:26, hotbso ***@***.***> wrote:
Send the binary (or a link) and will put it into the download kit.
So you used the Makefile.mac64 and just replaced the -arch argument?
—
Reply to this email directly, view it on GitHub
<#5 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF5MLC46UTVOFGXNT26KZDW7PLK5ANCNFSM6AAAAAAWRRF36Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes, correct... that is the only change I made Will research a bit more what @Rodeo314 mentions and try to make it compatible with Intel+ARM |
https://gist.github.com/Rodeo314/cbc1221e3e93ca100960236226902e3c quick and dirty example |
any chance I can get a copy of the complied M1 version? I have no idea how to do this myself. |
Can you please send the binary? There seems to be some interest. |
Hello, amazing plug-in thank so much!
But is not working with Apple M1 Silicion, here is the error:
Any idea how can this be fixed?
The text was updated successfully, but these errors were encountered: