xcode6.0.1 虚拟机和真机调试都没有问题,打包的时候出现了错误,然后我新建了个工程,打包依然有错误

用得是cocos3.2,下面是错误信息

  1. parser at end of file
  2. While analyzing stack:
    #0 void purgeDirector()
    #1 void mainLoop() override
  3. /Users/wen/Desktop/crazyRun/cocos2d/cocos/base/CCDirector.cpp:971:5: Error evaluating statement
  4. /Users/wen/Desktop/crazyRun/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-darwin13.3.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/7s/y5vs9mws7j171yw8zl02rlwr0000gn/T/CCDirector-8fd672.cpp
clang: note: diagnostic msg: /var/folders/7s/y5vs9mws7j171yw8zl02rlwr0000gn/T/CCDirector-8fd672.sh
clang: note: diagnostic msg:


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

求有经验的大神帮忙解答。。