I am trying to create an XPC service, but the service does not seem to be created. In my main service method, the first thing I do is make some calls to syslog so that I can see if the service is really starting. These log messages never appear in the log.
I checked all the package identifiers, executable file names and package hierarchy, but still the services do not seem to be created. In the application, immediately after creating and sending a message through the XPC service connection, my event handler is called with the error XPC_ERROR_CONNECTION_INVALID. I am using C-based XPC APIs
Is there anything else I can try and do to make sure the XPC service is at least created?
source share