-
Notifications
You must be signed in to change notification settings - Fork 59
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
dyld[53422]: missing symbol called on decode
.
#142
Comments
+1 @kevinvdburgt did you find a solution for this? |
@maxckelly I haven't found a solution to this yet. For the part of my project where I do need this package I spin up and old linux laptop with an x64 architecture. |
For anyone experiencing this I followed this steps and it now works. https://gist.github.com/adrienjoly/e29a6e73fb7e701eefd80ff9bde9abeb |
I'm not sure how this is invalid, the readme says that it supports the arm version of macos. The given workaround from @maxckelly running in an emulation x86 layer (rosetta). |
Hi @kevinvdburgt, this PR (#150) should fix the problem on ARM macOS without x86 emulation. |
Please describe the problem you are having in as much detail as possible:
When running the example below, the response of the
opusEncode.decode
results in:Include a reproducible code sample here, if possible:
Further details:
The text was updated successfully, but these errors were encountered: