Error in iOS Build with cordova-plugins

cordova-plugin-file-transfer has been updated to support cordova-ios 6, but it has not been released yet, so you can only install it from github.
run

cordova plugin rm cordova-plugin-file-transfer
cordova plugin add https://github.com/apache/cordova-plugin-file-transfer

note that this is NOT recommended as you would be using a development version of the plugin and things could break

2 Likes