我刚刚更新到xCode10 - xCode 9没有返回这个错误。
每当我尝试使用openframeworks ios 10.0.0进行构建时,都会收到此错误
/clang:-1: linker command failed with exit code 1 (use -v to see invocation)但是在我的终端上呼叫clang时,我收到了这个
❯ clang --version
Apple LLVM version 10.0.0 (clang-1000.10.44.2) .
Target: x86_64-apple-darwin17.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin有什么办法解决这个问题吗?
发布于 2018-10-24 00:12:05
我刚刚在xCode 10中也遇到了类似的问题。按照下面的步骤(删除quicktime的标志以及在我的例子中删除对i386体系结构构建设置的引用)为我修复了这个问题:https://forum.openframeworks.cc/t/xcode-10-0-build-errors/30447
希望这能有所帮助!
https://stackoverflow.com/questions/52816243
复制相似问题