Replies: 4 comments 2 replies
-
I suspect that the library is not copied from the Native folder to the output? No idea why that did not happen though. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have copy the native library from packages to Debug folder and run code with no success. I try to get some information from inside library and I have got: Any idea? |
Beta Was this translation helpful? Give feedback.
-
This is the output (correct me if You expected something else ): (ldd)
(ld)
|
Beta Was this translation helpful? Give feedback.
-
Hi, I finally get the library running. In output of otool I found that library has name: Now library works. I think there is some native library name problem in the library. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Im using Visual Studio for Mac and I download from NuGet 2 packages:
When I run line of code:
Im getting error:
Should I initialize library before using it ore something?
Maybe my version of system is more restricted about using not signed library?
Have you got any idea what's I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions