Post

Replies

Boosts

Views

Activity

Comment on Xcode 14 signing & capabilities requires a DriverKit development profile
When I use Developer ID Application sign it then install, I got error message: rror Domain=AppleMobileFileIntegrityError Code=-413 "No matching profile found" unsatisfiedEntitlements=<CFArray 0x7f7da1d068d0 [0x7ff842bb6d80]>{type = immutable, count = 1, values = ( 0 : <CFString 0x7f7da1d04c10 [0x7ff842bb6d80]>{contents = "com.apple.developer.system-extension.install"} I checked my project .entitlement and .provisionprofile, it's declared correctly.
Jun ’24
Comment on Xcode 14 signing & capabilities requires a DriverKit development profile
@DTS Engineer Quinn, thanks the information. I just successfully built and ran my DriverKit driver by using provision profiles with my Apple Developer signature. However how do I do if I want distribute it? The Apple notarization requires Developer ID Application, I found that if I still use Developer ID Application build it (on command line) the driver will be failed to install.
Jun ’24