@meaton Thanks for the reply!
I tried what you said, but I'm still getting the 'Library not loaded: @loader_path/3rdParty.dylib' error.
What I've tried so far:
Drag the dylib files into the sysExt target (so they will be included at the 'Link Binary With Libraries'
Add the dylib files into the 'Embed Frameworks' (build Settings)
Then I tried to add the dylib files both to 'Link Binary With Libraries' and to 'Embed Frameworks'
As I wrote before, I also set 'Dynamic Library Install Name', 'Dynamic Library Install Name Base', and 'Library Search Path' to the relevant lib folder. $(PROJECT_DIR)/libs
But the extension still fails to find the dylib
More details:
I didn't create those dylibs, they are from a 3rd party
I have also the headers, and I'm calling some of 'their' functions ('I'm using the API') - is it even possible to embed the dylib in such case?
In case it relevant - I'm running the my app from Xcode, not from the Application folder (for development purpose)
What else can I try here?
Is there any way to 'debug' this / get more useful information?
Topic:
App & System Services
SubTopic:
Drivers
Tags: