BenLaKnet opened a new issue, #1549: URL: https://github.com/apache/cordova-ios/issues/1549
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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org