can't open library: /System/Library/PrivateFrameworks/ZeroLink.framewo

Hi all,

Maybe some of you have come acros this, but I have made a small Applescript application in XCode 2.1 on OS X 10.4. It all works fine, no problems there, but when I want to run it on another machine (10.3.5) it doesn’t start at all.
I’ve looked through the console and noticed:

can’t open library: /System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/ZeroLink (No such file or directory, errno = 2)

I did clean the project before building it…

Google didn’t help :frowning:

Thanks
Skip

Ok, I think I have resolved it :smiley:

When building, the ‘build configuration’ was set to debug in stead of ‘relaese’.

I’m testing it now
Skip