2
May2011
Comments Off on Getting started with PhoneGap
Getting started with PhoneGap
PhoneGap just released version 0.9.5, but it still does not fix the issue with getting a project started with Xcode 4. Here is what I did to get my project going:
- Make sure Xcode is closed.
- Install the latest version of PhoneGap
- Go to Xcode prefrences -> Source Trees -> Add a new entry PHONEGAPLIB = /Users/<your username>/Documents/PhoneGapLib
- Either get create_script.sh, or use PhoneGap’s build system to get you started.