MacOS: Unable to load shared library 'runtimes/osx-x64/native/libminiaudio.dylib' #22
-
Hi all, I have been enjoying your library so far. I must admit that I'm new to MacOS development. I tried to find a relevant information online, but I couldn't. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Referencing to Issue #1, Observation 01 , Observation 02, it appears to be a.NET CLI issue where the project root is treated as the assembly load path, rather than the build directory. Some workarounds are mentioned in the issue above. Additionally, building directly from the source in this repository includes a built-in workaround to address the issue until a more refined solution is implemented in future commits. |
Beta Was this translation helpful? Give feedback.
-
Hi, I copied the runtime folder to the root and [dotnet run] could successfuly run the application I made. Your library also works as expected. Thank you! |
Beta Was this translation helpful? Give feedback.
Referencing to Issue #1, Observation 01 , Observation 02, it appears to be a.NET CLI issue where the project root is treated as the assembly load path, rather than the build directory.
Some workarounds are mentioned in the issue above. Additionally, building directly from the source in this repository includes a built-in workaround to address the issue until a more refined solution is implemented in future commits.