xcode 5 debug cocos2dx 2.2 error message

In recently, I was upgrade xcode 4.5 to xcode 5, and use the newest cocos2dx 2.2. But the question is, I use cocos2dx project creator to create xcode project, when I debug project , in debuger output, all message is wrong, all pointer is NULL. I don’t know what error cause that problem. Can somebody help me?


Screen Shot 2013-10-23 at 下午12.43.04.png (14.2 KB)


Screen Shot 2013-10-23 at 下午12.43.04.png (14.2 KB)

i have the same question.:frowning:

I solved the problem.
Set Compiler C Flags of Debug to O0 solve this problem.
Thanks Jason Lee.

Rain Chan wrote:

I solved the problem.
Set Compiler C Flags of Debug to O0 solve this problem.
Thanks Jason Lee.

It works, Thanks Rain Chan.