pschinis opened a new issue, #1345: URL: https://github.com/apache/cordova-ios/issues/1345
# Bug Report App is hanging on launch because cordova.js is trying to load cordova_plugins.js but it's not there. ## Problem ### What is expected to happen? Cordova should be putting cordova_plugins.js in the www directory so it's available for cordova.js to load. ### What does actually happen? Cordova doesn't put cordova_plugins.js in the www directory so cordova.js can't load it and cordova errors out, leaving the app hanging. ## Information This problem is new to 6.3.0. Versions 6.2.0 and 6.1.1 work as expected. ### Command or Code Create a cordova app with plugins using cordova-ios 6.3.0. Try to run it and witness "Failed to load resource" error in the console for cordova_plugins.js ### Version information Cordova 12 Cordova-ios 6.3.0 Mac OS ventura 13.4 iOS 16.5 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above This is the second major issue I've run into with cordova 6.3.0. I know 6.3.0 was created to backport the inspectable webview changes from cordova-ios 7, which is not yet released, to cordova-ios 6. Is it possible that in that process changes meant for version 7 were somehow leaked into version 6.3 in a way that's breaking it? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
