我下载了quickx的3.0最新版本的源码,在xcode中编译player的时候出现了一下错误,
clang: error: no such file or directory: ‘/cocos/cocos2d-prefix.pch’
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
编译之前已经执行了 setup_mac.sh文件。
有人知道为什么吗?
谢谢
已解决,,我之前用的2.x版本,在xcode里面设置过 路径变量,把之前设置过的删了就可以了。