Xcode项目报错系列记录整理——000001导入svn项目出错

今天svn上check out的项目直接报错

clang: error: unable to execute command: Segmentation fault: 11

clang: error: clang frontend command failed due to signal (use -v to see invocation)

Apple LLVM version 9.0.0 (clang-900.0.37)

Target: i386-apple-darwin17.0.0

Thread model: posix

InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.

clang: error: unable to execute command: Segmentation fault: 11

clang: note: diagnostic msg: Error generating preprocessed source(s).

------

Diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.

Diagnostic msg: Error generating preprocessed source(s).


网上搜查发现不能将项目放在虚拟机的共享文件夹下(晚上回来才写的博客,忘记了原文地址抱歉)。项目挪位置后果然不报这个的红了

虚拟机跑xcode的很少吧,这类问题应该算是很难碰到。



你可能感兴趣的:(ios开发,oc)