Re: XPCService not getting launched from app

2014-10-12 Thread Devarshi Kulshreshtha
I tried to refer 'AppSandboxLoginItemXPCDemo' sample from apple: https://developer.apple.com/library/mac/samplecode/AppSandboxLoginItemXPCDemo/Introduction/Intro.html#//apple_ref/doc/uid/DTS40012292-Intro-DontLinkElementID_2"]AppSandboxLoginItemXPCDemo When I tried to run it on XCode 6, it displa

Re: XPCService not getting launched from app

2014-10-10 Thread excelpbhardwaj...@gmail.com
Try these : 1. Bundle identifier for xpc service target be subdomain of main bundle identifier 2. Use bundle id of xpc target while initialising xpc connection 3. Add copy files build phase to copy service to contents/xpcservices 4. In main target add target dependency on xpc target