xcode run menu can't be clicked

When i open sample of cocos2d-x ,i found that the “run” menu can’t be clicked.
product->run

why?


Snip20130822_1.png (149.7 KB)

You have the cocos2dx project set as current scheme. Right next to “Run / Stop” buttons you have a dialog, click on cocos2dx and choose “TestCpp”.

You can’t run cocos2dx, you can only build it, because its a library.

Thank you very much!Pawel Lopusinski wrote:

You have the cocos2dx project set as current scheme. Right next to “Run / Stop” buttons you have a dialog, click on cocos2dx and choose “TestCpp”.
>
You can’t run cocos2dx, you can only build it, because its a library.

Clearly I was very tired when I encountered this problem last night.

*slaps own head

I will submit an errata to Packt Publishing though, as the instructions given in Roger Engelbert’s book to run testcpp omit to mention this step.