Cocos2dx 2.2.1 install issues

Hello everyone, I’m totally new to cocos2dx and I just downloaded version 2.2.1 and while I follow all the steps of installation I have this “command not found” issue after I type my password, if anyone can help that’ll be great, thx


installissue.png (190.4 KB)

use create_project.py to create cocos2dx template, and you can find your new project in
cocos2d-x-2.2.1/projects

cd cocos2d-x-2.2.1/tools/project-creator
./create_project.py

In case of 2.2 and above (as of now) you have to go to where you unzipped cocos2d-x folder in the terminal, then go to tools, and then to project-creator folder then type the following to create a project .

./create_project.py project PROJECTNAMEpackage com.example.PROJECTNAME -language cpp

A new project would have been created in the projects folder with folder name PROJECTNAME. The projects folder is in the main folder where you unzipped cocos2d-x to.

Then you can go to proj.ios and open the xcode project to open the project in xcode.