Analyze时出错了, 真机调试和模拟器调试都没有问题

Analyze时出错了, 真机调试和模拟器调试都没有问题. Xcode6, 是CCDirector.cpp错吗?我用的是 cocos2dx 3.2
,请指教

  1. parser at end of file
  2. While analyzing stack:
    #0 void purgeDirector()
    #1 void mainLoop() override
  3. /Users/centrno/Wrok/Projects/noc/cocos2d/cocos/base/CCDirector.cpp:971:5: Error evaluating statement
  4. /Users/centrno/Wrok/Projects/noc/cocos2d/cocos/base/CCDirector.cpp:971:5: Error evaluating statement
    clang: error: unable to execute command: Segmentation fault: 11
    clang: error: clang frontend command failed due to signal (use -v to see invocation)
    Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
    Target: arm-apple-darwin14.0.0
    Thread model: posix
    clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
    clang: note: diagnostic msg:

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /var/folders/dx/dptz7dc10p1fb5915b56hj6m0000gn/T/CCDirector-d5e4d7.cpp
clang: note: diagnostic msg: /var/folders/dx/dptz7dc10p1fb5915b56hj6m0000gn/T/CCDirector-d5e4d7.sh
clang: note: diagnostic msg:


Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 254

楼主解决了没,我也遇到同样的问题

我也遇到了这个问题,是不是cocos2dx 3.2本身的问题呢?