How to disable ARC inspections?

I have neither LLVM 3.0 nor Xcode 4.2 installed.

0

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

请先登录再写评论。