abcss133 opened a new issue, #1468: URL: https://github.com/apache/cordova-ios/issues/1468
# Bug Report ## Problem I upgraded my project from cordova-ios@6.3.0 to @7.0.0 and built the project However, when I run it on an iOS device, the contents of config.xml can no longer be read. The following is set in config.xml. <platform name="ios"> <!-- Set Swift version to 5 --> <preference name="UseSwiftLanguageVersion" value="5" /> </platform> When I check Build Settings>User-Defined>SWIFT_VERSION in Xcode, the value is not set to 5 and the contents of config.xml are not reflected. The contents of config.xml were reflected in cordova-ios@6.3.0. ### What is expected to happen? @7.0.0 should reflect the contents of config.xml as before. ### What does actually happen? The contents of config.xml are not reflected. ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> cordova-ios 7.0.0 Mac OS, Ventura Emulator of iOS 16.1.1 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> cordova-ios 7.0.0 Mac OS Ventura, Xcode 15.0.1 Node.js 20.15.1 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [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