I am working on a large project, currently with 34 layouts, quite a few images and more than 1000 small sound files.
Now I am at the point where I add another layout, I get "Error fetching data.js" upon app launch on ios, whether it is on the simulator or an actual ios device. However it works in the browser on PC.
I am using the latest C2 - r279. The procedures that I take is exporting it to cordova in C2, adding <preference name="WKWebViewOnly" value="true" />" to config.xml, then building it in cordova with ioskig@5.1.1. I have tested it with xcode 11 and xcode 12. Both gave the same "Error fetching data.js" error.
Much appreciated if anybody had similar experience could give a solution or some advice!