Toastor
Toastor

Reputation: 8990

How to update cocos2d?

I've been using an older version of cocos2d for iPhone for an existing project - never change a running system. Now I'd like to upgrade to a more recent version and don't know how I should proceed about this.

Just install a newer version? Will the install script overwrite all of the old files and take care of the old templates too? Or do I have to remove the old files manually - and if so, which files do I need to remove?

Thanks alot!

Upvotes: 0

Views: 2117

Answers (2)

Wei Lu
Wei Lu

Reputation: 1079

here is the answer.

Upvotes: 1

Vinzius
Vinzius

Reputation: 2901

Don't know well cocos2D, but save your project and just try to replace the old library with the new one ;-) just don't forget to save you current project... in the case ;-)

If the library didn't change too much, it should work.

Good Luck

Upvotes: 1

Related Questions