部份参考这里的沙发:
http://www.cocoachina.com/bbs/read.php?tid=292586
先说说二种安装方式:
A.下载cocos2dx3.6,然后依次:
./setup.py
source /Users/bp/.bash_profile
cocos package install quick
包括cocos new xxx…
一切正常,没有出现错误提示:
Running command: new
Copy template into /Users/bp/Desktop/lpf/local-objc/app3
Replace the project name from ‘HelloLua’ to ‘app3’
Copying directory from cocos root directory…
Copying files from template directory…
Copying cocos2d-x files…
Copying directory from cocos root directory…
Rename project name from ‘HelloLua’ to ‘app3’
Replace the project name from ‘HelloLua’ to ‘app3’
Replace the project package name from ‘org.cocos2dx.hellolua’ to ‘test2.lpf’
Replace the mac bundle id from ‘org.cocos2dx.hellolua’ to ‘test2.lpf’
Replace the ios bundle id from ‘org.cocos2dx.hellolua’ to ‘test2.lpf’
Modify files by re.sub()
这算quick项目吗?
“debug_mac.sh或者debug_win.bat,即可启动simulator运行”里面说到的这二个debug文件在项目目录下没有找到啊
在项目目录下用find . -name debug 命令根本没找到,如何启动simulator???
B.下载quick3.5,然后依次:
./setup.py
source /Users/bp/.bash_profile
cocos new myproj -l lua -p com.test.myproj -d /Users/bp/Desktop/lpf/local-objc/app2
Running command: new
Copy template into /Users/bp/Desktop/lpf/local-objc/app2/myproj
Replace the project name from ‘HelloLua’ to ‘myproj’
Copying directory from cocos root directory…
Copying files from template directory…
Copying cocos2d-x files…
Copying directory from cocos root directory…
Rename project name from ‘HelloLua’ to ‘myproj’
Replace the project name from ‘HelloLua’ to ‘myproj’
Replace the project package name from ‘org.cocos2dx.hellolua’ to ‘com.test.myproj’
Replace the mac bundle id from ‘org.cocos2dx.hellolua’ to ‘com.test.myproj’
Replace the ios bundle id from ‘org.cocos2dx.hellolua’ to ‘com.test.myproj’
这算quick项目吗?
同上面,一样没找到debug*文件,如何启动simulator??
我系统是mac os 10.10.2