I have an application that use two native libraries: jssc.dylib and libopus.dylib. The application is running as expected when linked with MacSigner and the native files for the x86-64 architecture are copied in the temp/build/lib folder.
When I package the application with MacSigner and I'm trying to run the app, I get the error:
I tried to create a subfolder named darwin-x86-64 in the lib folder, but I get the same result.
When I package the application for Windows directly from the IDE and copy the native dll's in the bin folder, all is working as expected.
Any hints on where the native libraries must be copied for the packaged app to run as expected on a Mac?
Thank you.
When I package the application with MacSigner and I'm trying to run the app, I get the error:
B4X:
Native library (darwin-x86-64/libopus.dylib) not found in resource path ()
I tried to create a subfolder named darwin-x86-64 in the lib folder, but I get the same result.
When I package the application for Windows directly from the IDE and copy the native dll's in the bin folder, all is working as expected.
Any hints on where the native libraries must be copied for the packaged app to run as expected on a Mac?
Thank you.
Last edited: