Skip to content
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

Is Mac ARM64 supported? #37

Open
GuruGurra opened this issue Dec 29, 2024 · 1 comment
Open

Is Mac ARM64 supported? #37

GuruGurra opened this issue Dec 29, 2024 · 1 comment

Comments

@GuruGurra
Copy link

"MIDI support on both Windows (64-bit or 32-bit) and Mac OS X (64-bit) ". Does that include support for both X64 and ARM64 on OSX?

@GuruGurra
Copy link
Author

When running my app, built for arm64, I get the following error:

Exception while creating default input device: System.DllNotFoundException: Unable to load shared library 'rtmidi' or one of its dependencies. ...tried librtmidi.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))...

If I understand it correctly, what is needed is a version of the rtmidi.dylib built for arm64 architecture. How can I get such a file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant