Malav Agile
Malav Agile
I have change at 4 Places listed as below. 1 ) XPCService-Info.plist -> SMPrivilegedExecutables -> Helper Tool 2 ) App-Info.plist -> SMPrivilegedExecutables -> Helper Tool 3 ) HelperTool-Info.plist -> SMAuthorizedClients...
Is this tool create all plist file for us so we do not need to create any plist file, right? We need only 1 plist file which is created by...
Thanks for the help @brenwell Finally we are now able to install the helper tool. But next issue is when i call the Helper tool method as block it does...
I have the same identifier as you said in XPCService Info.plist. My app does not have sandbox as target does that affect?
here is the code ``` objc [self connectAndExecuteCommandBlock:^(NSError * connectError) { if (connectError != nil) { [self logError:connectError]; } else { [[self.helperToolConnection remoteObjectProxyWithErrorHandler:^(NSError * proxyError) { [self logError:proxyError]; [self callAlert:proxyError.localizedDescription...
Thanks for your help Yesterday. Your steps are perfect to implement. Now it's working here. Just a small issue I found here is when I create entry in network first...
Can you tell me what is your target dependency for all the target for your application?
Can you tell me how did you add new methods in helper tool as i tried to add new method but it always returns : CocoaDomainError 4097 "Couldn’t communicate with...
Hello, Do you guys find any solution for it? Thanks