Re: [I] Problems with 'cordova platform add ios` – needs updating according to new apple standards [cordova-ios]

2024-07-18 Thread via GitHub
breautek commented on issue #1448: URL: https://github.com/apache/cordova-ios/issues/1448#issuecomment-2237348593 Warnings isn't the cause of a non-zero exit code (which will trigger error routine), which can be observed by our CI: https://github.com/apache/cordova-ios/actions/workflows/ci.

Re: [I] Problems with 'cordova platform add ios` – needs updating according to new apple standards [cordova-ios]

2024-07-18 Thread via GitHub
geoidesic commented on issue #1448: URL: https://github.com/apache/cordova-ios/issues/1448#issuecomment-2237205534 > It is only a warning, it does not impact the ability to submit the application to the App Store. My experience was that in the Github Action's runner, this would cause

Re: [I] Problems with 'cordova platform add ios` – needs updating according to new apple standards [cordova-ios]

2024-07-18 Thread via GitHub
dpogue commented on issue #1448: URL: https://github.com/apache/cordova-ios/issues/1448#issuecomment-2237062921 > Build succeeds with warnings, warnings which will prevent the app from being shippable. It is only a warning, it does not impact the ability to submit the application to

[I] Problems with 'Cordova platform add iOS` – needs updating according to new apple standards [cordova-ios]

2024-07-18 Thread via GitHub
geoidesic opened a new issue, #1448: URL: https://github.com/apache/cordova-ios/issues/1448 # Bug Report ## Problem Apple has updated minimum build version. As well as various schema changes ### What is expected to happen? - IPHONEOS_DEPLOYMENT_TARGET should be 12.0 by