I am developing an iOS application for telephony with cordova version 2.2.0. Now I want to upgrade to cordova 2.3.0 for some reason. To do this, I took the telephone documentation as a link, where they mentioned step by step.
I was able to do everything except the next step
Convert the Cordova.plist file to the config.xml file by running the script bin / cordova_plist_to_config_xml in the project file.
How to run this script and where should I run it. I ran this in the terminal but got the following error:
bash: no such file or directory was found
Please help me with this.
source share