extensionMissingIdentifier
An error code that indicates the extension identifier is missing.
Declaration
static var extensionMissingIdentifier: OSSystemExtensionError.Code { get }Discussion
Make sure that the value in the Info.plist file of your DriverKit extension matches the identifier string you passed to the activationRequest(forExtensionWithIdentifier:queue:) method.