I\'m trying to create an OS X Service. I found Providing System Services in Apple\'s documentation, however I\'m finding it less than clear on what exactly I need to do. I\'
Make sure your NSServices dictionary has everything it needs. If you're not sure, please post it so we can tell you.
You might want to look at some commercial products to help you with this. See this posting on Fun Script.
Make sure you are launching your app first to get the system to see the Service. Make sure you are registering the services handler in your app using - setServicesProvider:
Also, check the Console log as that might give you some useful error info.