I am a newbie and I am trying to deploy a IOS project to the store, which uses Cordova version of 3.1.0. When I validate I am getting an error "Itunes store operation failed" as Cordova version 3.1.0 doesn't support arm 64. To upgrade from 3.1.0 to 3.4.1, I followed the below steps:
- I used npm command to upgrade: sudo npm update -g cordova
- To update the platform : cordova platform update ios
At second step I am facing an error: "Current working directory is not a Cordova-based project."
Am I following the correct way? If right. how to fix the error in the second step? If wrong, what is the best possible way to upgrade my project to be deployed to store with arm 64 support?
Please help me out. Thanks in advance.