Xcode Clang Bus error 10

clang, llvm, xcode

Solution

Did you try to remove your all projects Derived data folders, in your case it'll here: /Users/User_Name/Library/Developer/Xcode/DerivedData/. remove all project's folder [No worries, its safe] and do a Product > Clean your projects from Xcode menu.

I try, it is successful!

Problem

When I am trying to build my code on Xcode, I am getting ``` clang: error: unable to execute command: Bus error: 10 clang: error: linker command failed due to signal (use -v to see invocation) ``` Anyone knows why? The code builds fine on my colleague's machine. Just not on mine. I empied DerivedData several times, no use.

Original source

Related problems