I need to make some updates for a Cordova application created using Visual Studio 2017 for Apache Cordova (TACO).
The Cordova CLI version specified in config.xml is 6.3.1, and the platform version cordova-iosis 4.2.0
When I try to build a project (using a Mac with Xcode 8.3.3, I get this error
Build Fails with Error Remote configuration requires that your projects use cordova-ios 4.3.0 or higher with Xcode 8.3. Update your version of cordova-ios.
I do not see updates for TACO in VS2017 or instructions in the Microsoft documentation for Apache Cordova Tools.
Ideally, I would like to do the most minor version update so that my work works with Xcode 8.3.3.
I know that there is a version of Cordoba 7.0.1, but I do not want to do this update just because I am under bullet time.
source
share