Hello Friends,
Today we are going to configure the Phonegap 3 for iOS.
For more videos please follow this channels
Please get the latest details about programming
visit our website
http://webconnect.0fees.net/
MAC Requirements for using latest Phonegap.
1) Need MAC OS 10.9.0
2) Need xCode 5
3) Install Nodejs inMAC. Download Nodejs
Now after installing the Nodejs in MAC then we have to fire some commands.
4) so, Open terminal in MAC
5) fire the command : sudo npm install -g phonegap
6) After completing the above process fire the next command.
sudo npm install -g cordova
these command will install the phonegap and cordova globally.
7) Create your project by giving this command.
cordova create HelloWorld com.abhishek.webconnect HelloWorld
Description:
1) HelloWorld => Directory Name
2) com.abhishek.webconnect => Package Name
3) HelloWorld => Project Name
8) This project will create in your Home Directory.
9) Go to the HelloWorld Directory by using cd and ls command using terminal.
10) Now add the platforms to our project. cordova platforms add ios
11) Build your project. cordova build
MAC Requirements for using latest Phonegap.
2) Need xCode 5
3) Install Nodejs inMAC. Download Nodejs
Now after installing the Nodejs in MAC then we have to fire some commands.
4) so, Open terminal in MAC
5) fire the command : sudo npm install -g phonegap
6) After completing the above process fire the next command.
sudo npm install -g cordova
these command will install the phonegap and cordova globally.
7) Create your project by giving this command.
cordova create HelloWorld com.abhishek.webconnect HelloWorld
Description:
1) HelloWorld => Directory Name
2) com.abhishek.webconnect => Package Name
3) HelloWorld => Project Name
8) This project will create in your Home Directory.
9) Go to the HelloWorld Directory by using cd and ls command using terminal.
10) Now add the platforms to our project. cordova platforms add ios
11) Build your project. cordova build
For more videos please follow this channels
Please get the latest details about programming
visit our website
No comments:
Post a Comment