Xcode error: Operation <DDWebKitOperation: 0x1742ef180>: container <WebFrame: 0x174018720> has been modified too many times, aborting

Hello,

I have an Ionic1 project using cordova-ios 4.4.0 and in a specific view, when the user clicks a few times on a seemingly empty area of a container (no buttons, links, html elements, etc), a loading icon starts spinning and doesn’t stop, basically freezing the app.

In the console in Xcode 8.3.3 (with a target build for ios 10.3), I am seeing the following error message:

Operation <DDWebKitOperation: 0x1742ef180>: container <WebFrame: 0x174018720> has been modified too many times, aborting

To make the iOS build, I usually run cordova build ios

To reiterate, there’s nothing in the markup anywhere that has any functionality in terms of user interaction, just some data being inserted upon view render.

Any help would be greatly appreciated.