The installation was a little bit different from the earlier phonegap.
Cordova supports the following mobile operating systems: IOS, Android,ubuntu phone OS, Blackberry, Windows phone, Palm WebOS, Bada and Symbian.
Cordova is the core code extracted from the PHONEGAP, the project that contributes to Apache , is the core engine that drives phonegap.
Download to Apache.
Installation Instructions:
1. Download node. js
2. Install node. js and don't say it, execute it (NPM installs with it)
3 . Bash_profile Open file to see if node. js installation completed $path exists, does not exist add, multiple paths colon delimited
Export path= $PATH:/usr/local/bin
4. Perform installation Cordova
Terminal: NPM install-g Cordova This installation takes a little time
If the NPM version is updated:
Terminal: sudo npm cache clear
npm install-g Cordova
5. Create an App Project
1. Restart the terminal
2. Specify the path (for example, desktop): CD ~/desktop/
3. Create the project: Cordova Create Piao com.piao.qingsong Piaoqingsong
Piao->file folder
Com.piao.qingsong Signature
Piaoqingsong Project Name
4. Enter the build directory: CD Piao
5. Load the resources to generate the Xcode project: Cordova Platform Add iOS
6, Xcode open/users/apple/desktop/piao/platforms/ios directory piaoqingsong.xcodeproj can be.
Ok!
Cordova for ios[PhoneGap]