I just installed Xcode 4.2, in line with everything I read. ARC turns on automatically, and you need to go to the build phase and mark the files in which you want to manage the memory yourself, which I have not done yet. It works as if I were.
It's strange that everything still works fine for me, just as if I was still working with Xcode 4, is that normal ?. From what I read, I have to get thousands of warnings, because I can no longer use release, save and auto search, but I'm not sure.
source share