Even after disabling SIP and while loading a DriverKit driver signed with a local certificate, I get the error
"Kext signature validation error code -67050"
The package is not notarized, which according to the docs is not necessary if SIP is disabled.
What could be going wrong?
I do not yet have the the driverkit entitlement and got around the build issues by following the suggestions in this post. The post suggests:
Thanks in advance.
"Kext signature validation error code -67050"
The package is not notarized, which according to the docs is not necessary if SIP is disabled.
What could be going wrong?
I do not yet have the the driverkit entitlement and got around the build issues by following the suggestions in this post. The post suggests:
While this gets around the build issue, unfortunately the driver cannot be loaded, in spite of SIP being disabled.you just need to create an App ID with the "system extension" capability, create a corresponding development profile in your developer account, import that onto your dev & test machines and then sign using that profile.
Thanks in advance.