layout: post author:
name: Suraj Pindoria
url: https://twitter.com/surajpindoria
title: "Cordova iOS 4.5.2" categories: announcements
We are happy to announce a minor version of Cordova iOS 4.5.2
has been released!
This version continues to add updates for the latest iOS 11 and Xcode 9.
Things to note:
Note: When updating iOS, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into config.xml
:
cordova plugin save
To upgrade:
npm install -g cordova
cd my_project
cordova platform rm ios
cordova platform add ios@4.5.2
To add it explicitly:
cordova platform add ios@4.5.2