我从SVN下载了cocos2d-x项目,但是当我用Xcode打开它时出现问题,错误信息如下:
/Applications/Xcode .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: -dynamic not specified the following flags are invalid: -ObjC
/Applications/Xcode .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't locate file for: -lwebp
/Applications/Xcode .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -lwebp is not an object file (not allowed in a library)
Command /Applications/Xcode .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool failed with exit code 1
任何人都可以给我一些建议,非常感谢。
答案 0 :(得分:0)
[编辑]
@trojanfoe,你是对的。
sry没看过最后一部分。我检查了我的cocos2s-x项目并给你一个正确的答案。
[编辑2]
好的,我测试了我的项目和github的空。
你从哪里下载了SVN?
什么是你的Xcode版本?
您是否使用过此存储库:get cocos2d-x?
如果没有,请继续并克隆它,打开build>cocos2d_samples.xcodeproj
并选择Test cpp iOS
> iPhone
>例如iOS 7.0
并运行构建。
这应该至少可以工作。