Post

Replies

Boosts

Views

Activity

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
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
Same problem with mine. I'm using Xcode 15.0.1
Replies
Boosts
Views
Activity
Nov ’23
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.
Replies
Boosts
Views
Activity
Jun ’24
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.
Replies
Boosts
Views
Activity
Jun ’24
Comment on Xcode 14 signing & capabilities requires a DriverKit development profile
I got resolved but still struggling on Developer ID Application sign. Need help :(
Replies
Boosts
Views
Activity
Jun ’24
Comment on How to implement mouse (pointing) acceleration function in DriverKit?
Thanks! I will try it soon. :)
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Mar ’25
Comment on How to implement mouse (pointing) acceleration function in DriverKit?
Any example? I can't take too much time in try-and-error
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Jun ’25