原文地址::https://blog.csdn.net/u010897392/article/details/51770178
相关文章
1、IOS开发Apple LLVM 5.1 Error错误解决办法----https://jingyan.baidu.com/article/92255446a73601851648f41b.html
2、error: unable to execute command: Segmentation fault: 11 解决办法----https://blog.csdn.net/qq_35612929/article/details/80327853
在编译工程时提示如下错误:
clang:error:unable to execute command:Segmentation fault:11
clang:error:clang frontend command failed due to signal(use -v see invocation)
Apple LLVM version 4.2(clang-425.0.24)(based on LLVM 3.2svn)
Target:i386-apple-darwin12.2.0
command /Volumes/Xcode/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 254
场景:进入ios虚拟机,然后在windows盘符下打开工程,报以上错误。
原因:虚拟机跟window共享盘符导致内存访问时冲突。
解决方法:把工程拖到虚拟机硬盘中,重新打开工程、编译。