Hi.
I am create ScreenSaver for mac, and it work.
But I need to use additional dynamic library, and after attach library my screenSaver crashed after start:
Library not loaded: @executable_path/my.dylib
Referenced from: (path to screensaver)/Contents/MacOS/(Project Name)
Reason: image not found
how can I download the library from my *.saver/Contents/MacOS/
thanks.
I am create ScreenSaver for mac, and it work.
But I need to use additional dynamic library, and after attach library my screenSaver crashed after start:
Library not loaded: @executable_path/my.dylib
Referenced from: (path to screensaver)/Contents/MacOS/(Project Name)
Reason: image not found
how can I download the library from my *.saver/Contents/MacOS/
thanks.