Cordova for ios[PhoneGap]

Source: Internet
Author: User

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]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.