I have installed cocos 2d templates using below开发者_运维百科 document: http://www.i2links.net/i2/showthread.php?t=26284
Its installed perfectly.
But when i am going to create new project at that time cocos2d templates not display in xcode.
I dont know what is the problem.
Please advice me for this query.
Thanks in advance
Edit: I am using XCODE 4
try using ./install-templates.sh -f -u this command
on my mac the templates only installed correctly when I used admin rights. You can do this by running the install-templates script with sudo in front of it.
sudo ./install-templates.sh -f
Here is a nice explanation of different ways to install the templates. When you run them look at the output in the terminal. It should tell you that the installation was successfull.
精彩评论