cordova - How to upload app developed in eclipse to phonegap for ios app? -


i've downloaded node.js , cordova. downloaded latest version of phone gap. when did: cordova platform add ios got:

 "downloading cordova library ios... download complete creating ios project... 'c:\users\mario\cordova\lib\ios\cordova\3.4.0\bin\create' not recognized internal   or          external command, operable program or batch file. error: cmd: command failed exit code 1 @ childprocess.whendone (c:\users\mario\appdata\roaming\npm\node_modules\cordova    \src\superspawn.js:112:23) @ childprocess.eventemitter.emit(events.js:98:17) @ maybeclose (child_process.js:743:16) @ process.childprocess._handle.onexit (child_process.js:810:5) 

i've set path in java_home correct path , made sure android platform , platform-tools correct in path.

in phonegap api docs says, "to develop cordova applications, must install sdks each mobile platform targeting." saying should download apple ios sdk? possible on windows machine?

you can create ios applications on computer has ios sdk (a mac) or through phonegap build web service (http://build.phonegap.com)

additionally need ios developer account deploy application device or app store.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -