I try to distribute a app with "Developer ID" that contains Network Extension wraps inside System Extension.
It so difficult to debug and it only what can i do is just monitoring what's going on inside app with "Console.app".
My app got notarized by apple and it can launch normally But I got error message as below...
I have no idea how to decide the value of NEMachServiceName
I already tried to use the name as below but no effect.
Please Help
It so difficult to debug and it only what can i do is just monitoring what's going on inside app with "Console.app".
My app got notarized by apple and it can launch normally But I got error message as below...
Code Block System Extension validation failed: Error Domain=NetworkExtensionErrorDomain Code=6 "System extension com.abc.macos.AAA has an invalid NEMachServiceName key in its Info.plist: The value of the NEMachServiceName key must be prefixed with one of the App Groups in the com.apple.security.application-groups entitlement." UserInfo={NSLocalizedDescription=System extension com.abc.macos.AAA has an invalid NEMachServiceName key in its Info.plist: The value of the NEMachServiceName key must be prefixed with one of the App Groups in the com.apple.security.application-groups entitlement.}
I have no idea how to decide the value of NEMachServiceName
I already tried to use the name as below but no effect.
Code Block $(TeamIdentifierPrefix)com.abc.macos.AAA.xpc
Please Help