求解:libtool:can't locate file for:-llua

quick 3.3 + xcode 5.1
build的时候报错:

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can’t locate file for: -llua
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -llua is not an object file (not allowed in a library)

没有找到 liblua.a?

在Xcode工程里面看看,lua库是不是红色的?

顺便再看看 liblua.a 是否存在, svn等默认会自动过滤掉

问题解决了
把xcode升级到6.1就编译通过了