laurentperez opened a new issue #1164:
URL: https://github.com/apache/cordova-ios/issues/1164


   # Bug Report
   - cordova add platform ios 6.2.0
   - the Pods project.pbxproj has an harcoded version of ios8.0
   - setting in config.xml a newer <preference deployment-target> has zero 
effect, per https://cordova.apache.org/docs/en/10.x/config_ref/
   
   ## Problem
   - unable to override ios8.0, can't build for > 8 versions
   - latest xcode on ARM64 M1 macs wants at least ios9
   - can't use cordova ios on latest xcode since ios8.0 can't be overriden
   
   ### What is expected to happen?
   - setting the config.xml preference deployment-target should erase the 
hardcoded project.pbxproj ios 8
   
   
   ### What does actually happen?
   - ios8 is hardcoded hence xcodes fails to build since 9.0 - 15.0 is required
   
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   
   
   ### 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.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to