I am building a multiplatform project that is using GitHub - mcneel/rhino3dm: Libraries based on OpenNURBS with a RhinoCommon style.
On Windows it works fine, however for MacOS I get following error "Unable to load shared library “librhino3dm_native” …
It is build using net6.0 and for “arm” architecture.
I have also tried placing generate librhino3dm_native.dylib into some common loading folders such as /usr/local/lib since it cannot find if from genrerated bin. No help.
what might help, in bin it is generated under folder runtimes/osx-x64/native/librhino3dm_native.dylib … I would expect it to be in runtimes/osx/native/librhino3dm_native.dylib though ?
Any tips on what I might be missing ? Many thanks in advance.
Luka