I got this error on Xcode, after updating my buddy's code from svn and building it.
clang: error: unable to execute command: Segmentation fault: 11
clang: error: linker command failed due to signal
The changes were only on 2 class's implementation files. I tried reverting the code using svn up, cleaning and rebuilding it. (Heck, I even tried restarting Xcode, still I was getting the same issue.) But the next day the updated version was working fine. And I have no clue of what happened!
I want to know why this error occurred and how did it vanish after a system restart?