Cannot include com.apple.developer.driverkit.transport.usb into provision profile

We requested com.apple.developer.driverkit.transport.usb entitlement a few days ago and it looks like it was granted since we see(can select) it at:
App Id -> Additional Capabilities Tab -> DriverKit USB Transport - Vendor ID.

We tried to choose both options at Additional Entitlements page Default and Driver Kit and System Extension Template for **** Mac Dev. Generated profile displays DriverKit USB Transport - Vendor ID in Enabled Capabilities in browser. However downloaded profile doesn't include com.apple.developer.driverkit.transport.usb. As a result our Driver fails to start and in Console we see:

Driver: Unsatisfied entitlements: com.apple.developer.driverkit.transport.usb
/Library/SystemExtensions/675FA894-8985-4D86-B0FF-B892B9AEA27B/Driver.dext/Driver signature not valid: -67671

BTW, we tried to modify existing profile and create a new one.

Did we miss something? Is any way to check entitlement status with Apple support?

Post not yet marked as solved Up vote post of myurik2 Down vote post of myurik2
2.0k views

Replies

It doesn’t appear that there is, but, if you’re interested in workarounds, you can use the boot arg “dk=0x8001”, which disables DriverKit entitlement checks.

We put DTS ticket and issue with provision profile was resolved

Seems sort of reasonable, but those are valuable commodities!