knightsc / USBApp

A small test app that tries to load a USBDriverKit system extension
MIT License
81 stars 31 forks source link

To active driverkit on big sur(11.1) with error. #3

Open xaqfan opened 3 years ago

xaqfan commented 3 years ago

I have applied for the system extension driverkit permission ,and I have checked out code. Then i change it's bundle id . But ,it report error. function is called : func request(_ request: OSSystemExtensionRequest, didFailWithError error: Error) { os_log("sys extension didFailWithError description -%@", error.localizedDescription) } log is: sys extension didFailWithError description -

Please !