Endpoint Security Demo: 'System Extension' has been installed, but the service not start

I created a Endpoint Security the client, the System Extension have been normal load to/Library/SystemExtensions inside, and has been activated, but did not see the Extension to run, do you have who knows?

Have you applied for, and been granted access to, the Endpoint Security entitlement (com.apple.developer.endpoint-security.client)?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I use 'launchctl kickStart' my extension, console reveal 'EXC_CRASHSIGKILL (Code Signature Invalid)'. My provisioning profile is 'Apple Development'. Should I use 'Developer Id Application'?

… console reveal EXC_CRASH SIGKILL (Code Signature Invalid). My provisioning profile is 'Apple Development'. Should I use 'Developer Id Application'?

Not in general. I recommend that you stick with Apple Development signing identities for day-to-day development, reserving Developer ID for products that you plan to distribute widely.

As to what’s going wrong, problems like this typically mean that your code is claiming a restricted entitlement that’s not authorised by its profile. I have a number of posts that discuss this, all hanging off Resolving Trusted Execution Problems.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Endpoint Security Demo: 'System Extension' has been installed, but the service not start
 
 
Q