I am working to make my application apple scriptable,for which i use the developer material in the link here
That tutorial take CircleView Application for example, and make it into an apple Scriptable application through some procedural steps.
While following that steps,after a new run script has been added in CircleView Application as said in the tutorial , i got error
Developer/Tools/sdp: No such file or directory
I don’t know how to solve
I had an error that was complaining there was no
/usr/bin/sdpI found the file in
/Applications/Xcode.app/Contents/Developer/usr/bin/sdpand fixed the error with:Which created a symlink to where
sdpwas installed. I installed Xcode via the AppStore and so I’m not sure why this file / symlink was not created in the first place, but this fixed my problems.