driiftkiing commented on issue #855: URL: https://github.com/apache/cordova-ios/issues/855#issuecomment-768344274
> > FYI, using cordova 6.x and setting the deployment-target to 11.0 also works: > > `<preference name="deployment-target" value="11.0" />` > > Confirm that changing deployment-target from 9.0 to 11.0 helped me too! i could solve this by adding `.0` to the version (`11`) ```diff - <preference name="deployment-target" value="11" /> + <preference name="deployment-target" value="11.0" /> ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
