[IPC] Connection::waitForSyncReply: Timed-out while waiting for reply for WebPage_TouchEventSync

I’m having issues with my app once imported into Xcode via Cordova. The app runs super slow (5 seconds or more sometimes between user interaction and application reaction) despite running flawlessly on Android and Windows. It runs slow in both the Xcode Emulators and on NEWER IOS devices. I have it installed on my old iPhone 6 and it runs fine.
The following is the message that shows up when the app is running and when you are trying to interact:
[IPC] Connection::waitForSyncReply: Timed-out while waiting for reply for WebPage_TouchEventSync from process 11245, id = 1

It will continue to generate these messages as you attempt to interact with the application.

I would guess it’s probably an issue with Cordova or Xcode, rather than GDevelop itself. :man_shrugging:
Try to build the example platformer, check if it works on older and newer devices. :thinking: