Posts

Post not yet marked as solved
3 Replies
For development on macOS Big Sur or to support Apple silicon, continue to use Xcode 12 beta 6.
Post marked as solved
2 Replies
It seems to be a system problem. systemextensionsctl list results are correct. 
Post not yet marked as solved
2 Replies
Replied In dext problem
Hi, sir,I load my dext, as follow code-(IBAction)load:(id)sender{ OSSystemExtensionRequest *request = [OSSystemExtensionRequest activationRequestForExtension:@"com.newsoft.HID-driver.dextDriver" queue:dispatch_get_main_queue()]; request.delegate = self; [[OSSystemExtensionManager sharedManager] submitRequest:request]; self.request = request;}In addition,the Entitlement of my App contains the following infoSystem Extension YESApp Scandbox YEScom.apple.security.files.user-selected.read-only YESthe Entitlement of my dext contains the following infocom.apple.developer.driverkit.family.hid.eventservice YEScom.apple.developer.driverkit.transport.hid YES com.apple.developer.driverkit.builtin YEScom.apple.developer.driverkit YESApp Sandbox YESI have applied for DriverKit requesthttps://developer.apple.com/contact/request/system-extension/