How to disable ARC inspections? Ilya Kulakov 创建于 2011年07月01日 17:30 I have neither LLVM 3.0 nor Xcode 4.2 installed.
Currently AppCode enables ARC for all projects compiled by clang (it's a bug, will be fixed in the next EAP). So far you can change the compiler from clang to gcc in Xcode project settings to disable ARC.