I need to do some updates to a Cordova app created using Visual Studio 2017 Tools for Apache Cordova (TACO).
The Cordova CLI version listed in the config.xml file is
I don't see any updates to TACO in VS2017 or instructions in the Microsoft documentation for Apache Cordova Tools.
You can follow below steps to use the latest cordova-ios:
config.xml with designerTake latest patch(requires internet) on cordova-ios row.Update:
If you don't see the checkbox in the designer page, you need to change it in the xml. Find the following tag in config.xml:
and modify it to:
Update2:
If the version is still not update to the latest, please try the below steps to fix the issue:
npm install -g cordova-ios to install globally the cordova-ios(requires node installed as pre-work);cordova platform rm ios;cordova platform add ios;