Can't active dext in application with enable SIP on Big Sur(11.2)

I have obtained the permission of driverkit, and the compilation and notarization passed. When I activate the dext in application, it will report Error :

Domain=OSSystemExtensionErrorDomain Code=8 "Invalid code signature or missing entitlements".

I searched a lot of information on the forum and followed the instructions, among which is disable SIP.
My App's entitlements is :
<dict>
        <key>com.apple.security.app-sandbox</key>
        <true/>
        <key>com.apple.security.files.user-selected.read-only</key>
        <true/>
        <key>com.apple.developer.system-extension.uninstall</key>
        <true/>
        <key>com.apple.developer.system-extension.install</key>
        <true/>
        <key>com.apple.security.get-task-allow</key>
        <true/>
</dict>
</plist>


dext's entitlements is :
<dict>
        <key>com.apple.developer.driverkit</key>
        <true/>
        <key>com.apple.developer.driverkit.transport.usb</key>
        <array>
                <dict>
                        <key>idVendor</key>
                        <integer>2414</integer>
                </dict>
        </array>
        <key>com.apple.security.app-sandbox</key>
        <true/>
        <key>com.apple.security.get-task-allow</key>
        <true/>
</dict>

Can some one help me ?
Thanks

Accepted Reply

I have no ideas .

Replies

What are the entitlements in your dext's provisioning profile? Is the idVendor setup correctly there?
idVendor is right value
and dext's profile Review

Name
driverkit_for_fidohid

Status
Active

Platform
macOS

Available for Download Until
2025/03/29Configuration

Mac Type
Developer ID Application

Enabled Capabilities
DriverKit USB Transport - VendorID, In-App Purchase, System Extension


And App's provisioning profile is:
Name
driverkit_for_fidohiddk

Status
Active

Platform
macOS

Available for Download Until
2025/03/29Configuration

Mac Type
Developer ID Application

Enabled Capabilities
DriverKit USB Transport - VendorID, In-App Purchase, System Extension
I have no ideas .