We're using XPC in our app and as far as I can tell its working but I'm seeing the following entries in the console that kind of bother me:
LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database
LaunchServices: Database mapping failed with result -10822, retrying
CFPreferences could not connect to its daemon.
Preferences using the connection 0x0 will be volatile and will not be persisted to disk.
and also:
Sep 8 13:13:32 AlexKac com.apple.xpc.launchd[1] (com.fanaticsoftware.informant.helper[1146]): Could not resolve CFBundleIdentifier specified by service: -10814: com.fanaticsoftware.informant.helper
Sep 8 13:13:32 AlexKac com.apple.xpc.launchd[1] (com.fanaticsoftware.informant.helper): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Does anyone have suggestions, things to look for, etc? Or is this currently an El Capitan issue others are seeing?