How to disable ARC inspections? Follow Ilya Kulakov Created July 01, 2011 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.