Cocos2d-x 2.2.0 xcode template ?

Hi guys, I try install cocos2d-x template for xcode but I don’t find template files for xcode in cocos2d-x 2.2.0 finder.
This version have template for x-code yet ?


Screen Shot 2013-09-26 at 11.49.30 PM.png (168.5 KB)

I can’t find it either :stuck_out_tongue:

I think it’s might be intensional, for now use tools/project-creator

python create_project.py -project MyGame -package com.MyCompany.AwesomeGame

thanks for your help ! .

I created a project with “create_project.py”, but I can’t move it from the “cocos2d-x-2.2/projects” folder, because it tells me: ’Missing dependency target “cocos2dx (from cocos2dx.xcodeproj)”.
Can anyone tell me how I can move a project from “cocos2d-x-2.2/projects” to another folder?

Right now they can only stay in projects folder

Nite Luo wrote:

Right now they can only stay in projects folder

Why do you decide this?
It feels weird to manage code files in this way.

you can try to edit " create_project.py "

Yep, it is a limitation.
#2860 is created for this.