I'm making a usb driver in driverkit, but when I try to install I get this error:
sysex didFailWithError Invalid extension configuration in Info.plist and/or entitlementsChecking the console I see this error under sysextd:
System extension does not appear to belong to any extension categoriesWhat are extension categories and how do I set one for my driver?
FYI Since I do not have access to driverkit on my developer account yet, I have removed all entitlements from my driver, otherwise it won't run.
Thanks!