I recently downloaded Xcode 5, and it\'s now my primary IDE. However, I now need to disable Automatic Reference Counting for a single file in my project.
In Xcode 4
To fix the real issue rather than a GUI issue, select the file and press ENTER, then you can add the -fno-objc-arc compiler flag.
-fno-objc-arc