标签: ios xcode cocos2d-iphone
我已经安装了cocos2d-iphone-2.0-rc2.tar.gz但它没有在xCode上显示列表。有没有人可以帮助我。 我的Xcode版本是4.3.2
答案 0 :(得分:1)
从cocos2d-iphone-2.0-rc2文件夹运行模板安装程序:
./install-templates.sh -f
More details in this article,包括如何将cocos2d与ARC一起使用。