When running infer on an iOS project, I get the following error:
error: PCH file uses an older PCH format that is no longer supported
My env:
Xcode version: 6.3.2
clang version(that comes default with Xcode):
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
I tried compiling "infer" from scratch too, and still the same problem