iphone - How to run phone gap with xcode4? -


since moving xcode4, have been getting errors like:

  • /version: no such file or directory
  • cp: /javascripts/phonegap..js: no such file or directory
  • cp: /javascripts/phonegap..min.js: no such file or directory
  • error: /version: no such file or directory

for projects were working under xcode3.

open xcodes preferences, , navigate source trees. if there no phonegaplib entry there, try adding new setting following values:

setting name: phonegaplib display name: phone gap lib path: /users//documents/phonegaplib

note path should location of phonegaplib folder, , may not in documents folder, depending on how installed phonegap.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -