ioscordovacocoapodsionic5

Podfile platform version is not updated on cordova prepare


I've an Ionic Cordova hybrid project. I try to update the iOS version platform in Podfile but I cannot change the version. By default, Cordova set 'platform :ios, '11.0', but I have a dependency needing a minimum of iOS 12.4.

I put in my config.xml =>

<platform name="ios">
   <preference name="deployment-target" value="12.4"/>
...
</platform>

My Podfile auto-generated => ... platform :ios '11.0' ...


Solution

  • To answer my own question, i had got one plugin with plugin.xml with custom preference

    This plugin overload my configuration