1. 程式人生 > >解決 LLVM 錯誤 fatal error: ‘csignal’ file not found

解決 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/ 就可以了。

 原文地址:

https://www.exchen.net/%E8%A7%A3%E5%86%B3-llvm-%E9%94%99%E8%AF%AF-fatal-error-csignal-file-not-found.html