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 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.