julfrechette commented on issue #1379:
URL: https://github.com/apache/cordova-ios/issues/1379#issuecomment-1949137402

   Xcode 15 will be **mandatory** to build apps which can be submitted to the 
App Store:
   
   > Please note that as of April 2024 all iOS and iPadOS apps submitted to the 
App Store must be built with a minimum of Xcode 15 and the iOS 17 SDK.
   
   Currently, the `MyProject` deployment can be updated using <preference 
name="deployment-target" value="12.0" />.
   
   However this does not apply to `CordovaLib.xcodeproj` which triggers the a 
similar build error:
   ```
   ***/platforms/ios/CordovaLib/CordovaLib.xcodeproj: warning: The iOS 
deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of 
supported deployment target versions is 12.0 to 17.2.99. (in target 
'CordovaLib' from project 'CordovaLib')
   ```
   
   Is there another preference which can be applied to **all** `.xcodeproj` 
dependencies generated in the iOS platform and not just `MyProject`? 
   
   All other alternatives which require to manually edit the project files will 
force us to update our CI/CD workflows which are currently generating the iOS 
and Android platforms from scratch. 
   
   (For best practice, we only commit the Cordova project to our repo, not the 
files generated at build time)


-- 
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

Reply via email to