I have requested the entitlements for driver Kit and Apple developers have agreed to the rights.
I use the following two ways to code sign my dext project.
codesign --verify --entitlements /Users/z/Desktop/test/HIDDriverTestDemo.entitlements --timestamp --options=runtime -f -s "Developer ID Application: ** (**) Technology Corporation (********)" /Users /z/Desktop/test/HID\ Driver\ Test\ Demo.app
The result is as follows
"Request to activate jp.co.sharp.displaysystem.touchpanel2tpkernel failed with error Error Domain=OSSystemExtensionErrorDomain Code=8 "(null)"."
I search the description of the error code is OSSystemExtensionErrorCodeSignatureInvalid.
Has anyone encountered this problem? How can I solve this problem?
I use the following two ways to code sign my dext project.
The first method is to manually set the codesign and profile directly with xCode11.5 and compile.
Use the following command line settings
codesign --verify --entitlements /Users/z/Desktop/test/HIDDriverTestDemo.entitlements --timestamp --options=runtime -f -s "Developer ID Application: ** (**) Technology Corporation (********)" /Users /z/Desktop/test/HID\ Driver\ Test\ Demo.app
The result is as follows
In SIP disable environment
In SIP enable environment
"Request to activate jp.co.sharp.displaysystem.touchpanel2tpkernel failed with error Error Domain=OSSystemExtensionErrorDomain Code=8 "(null)"."
I search the description of the error code is OSSystemExtensionErrorCodeSignatureInvalid.
Has anyone encountered this problem? How can I solve this problem?