Hello!
I have app (macos and iPadOS platforms) with empbedded DEXT. The DEXT executable runs fine on both platforms (ver 26.2). Trying to execute from iPad App code:
let sysExtWs = OSSystemExtensionsWorkspace.shared
let sysExts = try sysExtWs.systemExtensions(forApplicationWithBundleID: appBudleId)
but always getting OSSystemExtensionError.Code.missingEntitlement error.
Which entitlement am I missing? Thank You!
For future reference, I'd recommend replying by posting as a fully reply instead of using the "comments" feature, as full replies are harder to mess in our tooling than comments.
Thanks for the update, the bug is already created: FB16923149
Perfect! Please try adding the entitlement again, as this should now be fixed in both the portal and Xcode. Note that you may need to quit and relaunch Xcode for it to pick up the new entitlement option.
__
Kevin Elliott
DTS Engineer, CoreOS/Hardware