How to disable ARC inspections?

I have neither LLVM 3.0 nor Xcode 4.2 installed.

0
1 comment

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.

0

Please sign in to leave a comment.