Closed mfkl closed 6 years ago
Bundling the dylibs inside the .app bundle works, but P/Invoke into them is still an issue... something to do with rpath stuff probably.
Can you be more specific? is there an error message?
I'll have a second look soon and let you know.
Hitting
System.DllNotFoundException: Could not find the runtime library libxammac.dylib
When doing a P/Invoke with
<configuration>
<dllmap dll="libvlc" target="@executable_path/lib/libvlc.5.dylib"/>
</configuration>
No idea if the paths are wrong or I'm missing other steps entirely... (dylib remapping or else)
.app
bundle with correct folder hierarchy is currently an issue with the.targets
file.libvlc
andlibvlccore
ones are different than the plugins dylib and should be setup differently.