-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels