apache/cordova

Could not create a sandbox extension for

Closed this issue · 1 comments

After many tries to find solution of my issue, could you please help me.

I obtained this error message after installing @herdwatch/cordova-plugin-3dtouch

Could not create a sandbox extension for '/var/containers/Bundle/Application/0A0969CC-3121-4AE4-ACE0-0898963F1396/myapp.app'
Type: Error | Timestamp: 2025-07-21 05:49:05.060694+02:00 | Process: xxxxx| Library: WebKit | Subsystem: com.apple.WebKit | Category: Sandbox | TID: 0x9891f

I updated config.xml with:

<preference name="WKWebViewOnly" value="true" />
        <feature name="CDVWKWebViewEngine">
            <param name="ios-package" value="CDVWKWebViewEngine" />
        </feature>
        <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
        <preference name="AllowBackForwardNavigationGestures" value="true" />
        <preference name="Allow3DTouchLinkPreview" value="false" />

Please help

Moving this to discussions, since I don't think this describes a bug with the ios framework. It's likely a problem with the plugin.

Consider also reaching out to the author of @herdwatch/cordova-plugin-3dtouch as well if you haven't already.