Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 7 replies, 0 views
So I didn't have the NSEndpointSecurityMachServiceName defined previously. I added it with the value $(TeamIdentifierPrefix)com.plato.logger.xpc and still received the same error message. I confirmed that I am using the correct service name with the NSXPCConnection constructor. The only other message I noticed in the console app was from taskgated-helper: "Unsatisfied entitlements: com.apple.security.application-groups". I re-confirmed that the entitlements for both the application and the extension have the "App Groups" key. The first entry is set to $(TeamIdentifierPrefix)group.com.plato
. I also confirmed that the App Groups capability was enabled for the application and extension app ID, in the apple developer certificates console. I'm really not sure what the issue is...