Good afternoon
Have a simple test project with a universal libusb-1.0.dylib I copy in the build settings over to the framework folder.
To access that library I added a constant with
@executable_path/../Frameworks/libusb-1.0.dylib
But using then that constant with FolderItem(libusbpath) doesn’t work…
So what would be the correct way so that @executable_path is converted?
thanks in advance
richard
13 posts - 4 participants