We are happy to announce that we have just released Cordova iOS 8.0.1 ! This is one of Cordova’s supported platforms for building iOS applications. This release contains fixes for several bugs that were reported against the 8.0.0 version. cordova-ios@8.0.1 To upgrade: cordova platform remove ios cordova platform add ios@8.0.1 To install: cordova platform add ios@8.0.1 Release Highlights Fixed search paths for plugin libraries/frameworks Plugins that included frameworks as embedded libraries were causing app builds to fail due to Xcode using the wrong path when trying to link the framework…