After converting an Xcode project to ARC (Automatic Reference Counting), I need to disable ARC for some of my source files (mainly third-party code).
I know I need t
I need to set files that are not supposed to support ARC (mainly 3rd-party code).
In addition to managing the flags, you could simply create a static library for these sources, then link.