faugusztin commented on issue #1422: URL: https://github.com/apache/cordova-ios/issues/1422#issuecomment-2466646145
For now, the only reasonable workaround for this issue is to modify [cordova-ios/templates/project/App/config.xml](https://github.com/apache/cordova-ios/blob/master/templates/project/App/config.xml) (or `__PROJECT_NAME__` instead of `App` in 7.1.1 and older) either after npm install or by making a customized version of cordova-ios with the required change and installing that in place of cordova-ios using the npm custom alias notation. And the required change would be adding the deployment-target in that config.xml template directly. That way the project would default to whatever deployment-target you set in the customized default config.xml, thus pod install commands (which executed by platform add before root config.xml changes are transfered to platform config.xml) would succeed. The actual solution would be obviously to change the project creation process, so config.xml definitions are transfered to platform config.xml much sooner in platform add process, before any plugins are ever tried to be installed. -- 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