I am using this example https://github.com/knightsc/USBApp.git, also used in this video https://developer.apple.com/videos/play/wwdc2019/702/
The developer team that I am part of got the entitlements required for driverkit.
<true/>
<key>com.apple.developer.driverkit.transport.usb</key>
<true/>
When I start the app, it immediately crashes and I can see this in the Console app.
Unsatisfied entitlements: com.apple.developer.system-extension.uninstall
If I remove the com.apple.developer.system-extension.uninstall entitlement from my entitlements file then the app starts, but I can't uninstall the system extension. I would be grateful for any help on how to proceed.
Thanks.