My iPhone app was compiling just fine, then all of the sudden, it started failing to compile, with the error:
LLVM GCC 4.2 Error Internal Compiling Error: Bus Error 10
It compiles just fine for the simulator but it won't build to a device. I have tried what seems like everything, and nothing works. There is no stack trace that I can post. Additionally, the code is too long to paste all of it here since I can't be sure exactly where the problem is (again, no stack trace).
How can I narrow this down?
EDIT: I KNOW that I tried this before, but setting the compiler to GCC instead of LLVM GCC successfully compiled the app. I wish I knew the reason why Xcode was behaving this way, but for now all I can chalk this up to is ghosts.