cocos2d-x 3.6 xcode 7 beta 出现错误,求大神指导

34:
In file included from /Users/tinghe17/Desktop/APPS/6561/proj.ios_mac/…/cocos2d/cocos/2d/CCAnimation.h:34:
In file included from /Users/tinghe17/Desktop/APPS/6561/proj.ios_mac/…/cocos2d/cocos/2d/CCSpriteFrame.h:31:
/Users/tinghe17/Desktop/APPS/6561/proj.ios_mac/…/cocos2d/cocos/2d/CCNode.h:1714:18: note: overridden virtual function is here
virtual bool init();
^
unresolved type ref
!“c:@N@std@N@__1@S@function>#Fv*@N@cocos2d@S@EventCustom" !48138 = !DIDerivedType(tag: DW_TAG_const_type, baseType: !"c:@N@std@N@__1@S@function>#Fv*@N@cocos2d@S@EventCustom”)
unresolved type ref
!“c:@N@std@N@__1@S@function>#Fvf”
!35838 = !DIDerivedType(tag: DW_TAG_const_type, baseType: !“c:@N@std@N@__1@S@function>#Fvf”)
unresolved type ref
!“c:@N@std@N@__1@S@unordered_map>#@N@std@N@__1@S@basic_string>#C#@N@std@N@__1@S@char_traits>#C#@N@std@N@__1@S@allocator>#C#@N@cocos2d@S@Value#@N@std@N@__1@S@hash>#S0_#@N@std@N@_1@S@equal_to>#S0#@N@std@N@__1@S@allocator>#@N@std@N@1@S@pair>#1S0#S3
!20081 = !DIDerivedType(tag: DW_TAG_typedef, name: “ValueMap”, scope: !3747, file: !3733, line: 44, baseType: !“c:@N@std@N@__1@S@unordered_map>#@N@std@N@__1@S@basic_string>#C#@N@std@N@__1@S@char_traits>#C#@N@std@N@__1@S@allocator>#C#@N@cocos2d@S@Value#@N@std@N@__1@S@hash>#S0_#@N@std@N@_1@S@equal_to>#S0#@N@std@N@__1@S@allocator>#@N@std@N@1@S@pair>#1S0#S3”)
fatal error: error in backend: Broken module found, compilation aborted!
clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
Apple LLVM version 7.0.0 (clang-700.0.53)
Target: x86_64-apple-darwin14.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.
Command /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 11

楼主有进展么 遇到了同样的问题

我在xcode7下用3.3也遇到这个问题了,找到解决方法了。
在Building Settings里搜索pch,然后删除掉 ios/Prefix.pch 内容即可。

参见:http://segmentfault.com/a/1190000002899674

感谢楼上 解决了
我把预编译去掉了