cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.24k stars 7.06k forks source link

Demo project wont build on Mac if the path has a space in it #18454

Open richardgroves opened 7 years ago

richardgroves commented 7 years ago

Steps to Reproduce:

  1. Follow steps to download and setup a new project from README.md
  2. Use a folder with a space in the path as NEW_PROJECTS_DIR
  3. 'cocos run -p ios' will fail with 'xcodebuild: error: Unknown build action ''
Volodymyr-13 commented 7 years ago

Just run with Xcode. No one already using console cocos run commands.. even for android. There use android studio.

richardgroves commented 7 years ago

Then the README needs changing - first time user is getting a really bad impression of how to get going with this.