How to uninstall cocos2d templates? How to uninstall cocos2d templates? xcode xcode

How to uninstall cocos2d templates?


This will be helpful for those who try to reinstall or delete Cocos2D Templates!

  • If you delete all the files from thi path: ~/Library/Application Support/Developer/
  • If you tried to delete it with command in Terminal.app: cd "your path" ./install-templates.sh -u -f
  • If you tried to reinstall Xcode.app

Nothing helps?

I found solution of this problem!

What you need to do is:

  • Open the Finder
  • Press Shift-Command-G
  • Enter the Path: /Users/Your_Username/Library/Developer
  • Press Go
  • Open Xcode Folder
  • Open Templates Folder
  • Delete Cocos2D Folder
  • Open File Templates Folder
  • Delete Cocos2D Folder

That's all!

P.S As well you can modify the names of templates and tabs in Xcode. Simply just by renaming folders of the templates.

P.P.S By the way right now you can upgrade to Cocos2D 2.x. Download it from here: Cocos2D


For Xcode 5.1 and later

Command+Alt+G (go to) /Users//Library/Developer/Xcode/Templates

Then delete 3d party templates folder.


Try looking at this link:http://www.cocos2d-iphone.org/forum/topic/4082You might need to manually remove the files if all else fails.Hope it helps! :)