views:

17

answers:

0

I'm trying to build a standalone service for Snow Leopard. It builds just fine, it shows up in the services menu, but when I try to run it, the executable is not recognized (it reports a Bash error 126 in the Console).

I built it out of a Cocoa bundle template. Is there something special in building bundles that I may have missed and need to verify? Some of the build parameters perhaps? Permissions? Ownership? (I don't think it was permissions, as I've compared the permissions of the executable to those of services that do work, and there is no difference).