Live Deploy not Packaging cordova.js on update

Hey folks,

I’ve been spending a while on getting live-deploy to work for my tablet application.

I’m testing on a new iPad mini, latest cli, app-scripts, etc.

What I’m doing is making a standard build, then building in X-code.

I then update the version number, and send out a bumped update with a minor change (a word or something)

I have the build & channels all working great. I reboot the app and all seems well, even my content changes are there, but cordova.js never loads. Looking at the paths it points to a scripts folder but it isn’t there. I can’t seem to trackdown why all my other files load fine but cordova is missing.

Any thoughts?

Bit of an update, the error when downloading is:

Redirecting to: file:/var/mobile/Containers/Data/Application/6BFA76E3-5072-44E6-A1CF-9C070F0ED494/Library/Application%20Support/daa31c97-2c22-4985-8e28-6f727e0a2383/index.html?cordova_js_bootstrap_resource=/var/containers/Bundle/Application/B7E6109B-0F9B-45A6-9895-0F96406FAB3E/Roam%20Showman.app/www/cordova.js
2018-06-18 15:49:17.552399-0500 Roam Showman[749:174673] Reloading the web view.
2018-06-18 15:49:17.649628-0500 Roam Showman[749:174673] Failed to load webpage with error: The operation couldn’t be completed. (NSURLErrorDomain error -999.)

Which seems to have a few issues associatedlike this one… But reverting hasn’t seemed to solve it yet…