Compiling with LLVM/Clang causes crash, not GCC 4.2
问题 I'm working on an iPhone app, and I'm having some compiler trouble. Here's the low-down: I am compiling using Xcode 3.2.3, targeting iOS 4.0: my device is a 2nd Gen. iPod touch running iOS 4.0. Compiling with GCC 4.2: works on both the simulator and the device Compiling with LLVM compiler 1.5: works on simulator, but not on device. Compiling with LLVM GCC 4.2: same problem as with LLVM compiler 1.5. When it fails, the app never even finishes loading. This is what the log looks like: run