Hello everyone, I downloaded the demo app from the driverkit demo located at https://developer.apple.com/documentation/driverkit/communicating_between_a_driverkit_extension_and_a_client_app, I downloaded the files and followed the process in the two possible ways by letting xcode automatically sign the app and by me creating the provisioning profiles, everything compiles but I am facing this particular issue whenever I try to invoke the system installation of the driver:2022-11-16
00:45:12.425147-0600 DriverKitSampleApp[5837:69830] sysex didFailWithError: The operation couldn’t be completed. (OSSystemExtensionErrorDomain error 9.)
There is very little to none information on the web, and I dont know what else to do at this point.