sbarber2 opened a new issue, #1379: URL: https://github.com/apache/cordova-ios/issues/1379
# Bug Report cordova-lib doesn't directly support Xcode 15.0's minimum target deployment version of 12.0 ## Problem Using cordova-lib 12.0.1 with XCode 15.0: /Users/xxxx/cordova_apps/hello/platforms/ios/CordovaLib/CordovaLib.xcodeproj The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. ### What is expected to happen? When using XCode 15.0, the IPHONEOS_DEPLOYMENT_TARGET is at least 12.0. ### What does actually happen? When using XCode 15.0, the IPHONEOS_DEPLOYMENT_TARGET is at 11.0, and this causes build errors and/or warnings. For example: /Users/xxxx/cordova_apps/xcode15test/platforms/ios/HelloCordova.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'HelloCordova' from project 'HelloCordova') /Users/xxxx/cordova_apps/xcode15test/platforms/ios/CordovaLib/CordovaLib.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'CordovaLib' from project 'CordovaLib') These are just warnings in the build that occurs using the commands below, but in more complicated builds this version mismatch has caused an error and a failed build. ## Information This is all on MacOS Ventura 13.6. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> Install XCode 15.0 or higher Bring up a Terminal mkdir cordova_apps cordova create xcode15test cd xcode15test cordova add platform iOS cordova build iOS ### Environment, Platform, Device This is all on MacOS Ventura 13.6. The machine is a MacBook Air M1. ### Version information Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins cordova --version 12.0.0 (cordova-lib@12.0.1) No plugins MacOS Ventura 13.6 XCode 15.0 ## Checklist - [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 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.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