Someone
Someone

Reputation: 372

Downgrading Phonegap 3.0 to 2.9 on Xcode

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

Answers (2)

Jon
Jon

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

Related Questions