解决 LLVM 错误 fatal error: ‘csignal’ file not found
Posted exchen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 LLVM 错误 fatal error: ‘csignal’ file not found相关的知识,希望对你有一定的参考价值。
/Users/exchen/Downloads/Unity-iPhone/Classes/main.mm:3:10: fatal error: ‘csignal’ file not found
#include
^~~~~~~~~
1 error generated.
————————–
解决方法:由于项目中包含 C++ 文件,在 Build Settings 的 Header Search Paths 里增加 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/ 就可以了。
以上是关于解决 LLVM 错误 fatal error: ‘csignal’ file not found的主要内容,如果未能解决你的问题,请参考以下文章
[ERR] collect2: fatal error: cannot find 'ld'
解决VS2010链接错误:LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏
Qt for android编译报错218:12: fatal error: ‘features.h‘ file not found # include <features.h>
Qt for android编译报错218:12: fatal error: ‘features.h‘ file not found # include <features.h>