Reputation: 372
I'm getting impatient with Phonegap 3.0, as there are many issues such as this one.
From the CLI, how do I downgrade to 2.9?
Upvotes: 0
Views: 894
Reputation: 6541
Just download the 2.9 code https://github.com/phonegap/phonegap/archive/2.9.0.zip
Unzip and drop the Phonegap>ios>bin folder on top of your terminal icon. to open a bin:terminal.
Then use the code to create a new app
./create ~/Desktop/NewAppFolder com.company.newapp AppName
Open the newley created folder on Desktop and double click the .xcodeproj and new app in PG2.9
Upvotes: 1
Reputation: 4513
If this could answer your question:
http://community.phonegap.com/nitobi/topics/howto_downgrade_ios_project_from_3_0_0_to_2_9_0
Upvotes: 1