Contents

OSSystemExtensionError.Code.extensionMissingIdentifier

An error code that indicates the extension identifier is missing.

Declaration

case extensionMissingIdentifier

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.

See Also

Error Codes