How can I test DriverKit development using Xcode 15 without getting "apple entitlements"?

This is the official documentation for DriverKit testing. https://developer.apple.com/documentation/driverkit/debugging_and_testing_system_extensions

I followed the docs and turned off SIP, turned on developer mode, and changed Xcode to manual signing and specified it as a signature from my local keychain.

Then I click "Run" in Xcode, and I get this error. Even with local signatures, it still requires a provisioning profile, which is impossible to get.

So, is there any way I can build my code using Xcode 15?

Replies

So, is there any way I can build my [DriverKit] code using Xcode 15?

This seems to be a bit of a FAQ at the moment |-: See my response here.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"