GitHub user BenLaKnet closed a discussion: Could not create a sandbox extension for
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 GitHub link: https://github.com/apache/cordova/discussions/558 ---- This is an automatically sent email for issues@cordova.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org