安装cocos2d后,建立一个新项目,然后buildAndGo,出现了两个错误重复多次,
/Xcode3.1.4/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.3.sdk/usr/include/stdarg.h
25: error: stdarg.h: No such file or directory
/Xcode3.1.4/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.3.sdk/usr/include/float.h
24: error: float.h: No such file or directory
劳烦高手帮助。。。
原来是mac上装了两个版本的xcode,我将旧的版本卸掉,然后在新版本上重装cocos2d,问题就解决了,供需要者参考,