breautek commented on issue #1434: URL: https://github.com/apache/cordova-ios/issues/1434#issuecomment-2093820395
I've had this happen to my projects as well for years... I don't think it's exclusively a 7.x issue, i've encountered it on 5.x and 6.x over the years. I've never could reproduce it in a simple project and when it does occur the errors doesn't make any sense. e.g. all the files appear to be in place but the runtime seems to think it doesn't exists. I believe it has something to do with restoring plugins and a plugin install erroring during the restore (e.g. when installing plugins from a `cordova platform add` command). When this occurred for me, doing a `cordova plugin add ...` for each plugin that it's complaining about not being installed/found during runtime worked around the issue for me, so you could try that as a workaround. In efforts to avoid this issue, I try not to destroy/remove my platform, although obviously you need to when doing platform updates. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org