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
--Original message-- From: Devarshi Kulshreshtha To: "Cocoa-dev" Date: Friday, October 10, 2014 11:23:07 AM GMT+0530 Subject: XPCService not getting launched from app I am trying a simple sample app on XPCServices, in which I am following below steps: Step 1: Created a sample p

XPCService not getting launched from app

2014-10-09 Thread Devarshi Kulshreshtha
I am trying a simple sample app on XPCServices, in which I am following below steps: Step 1: Created a sample project and added target - XPCServices with name - HelperProcess to it. When the target is created XCode automatically generates below files: 1. HelperProcessProtocol.h 2. HelperProcess