ios5 ARC what is the compiler flag to exclude a file from ARC? April 14, 2023 by Tarik I found the answer: to exclude the file from ARC, use the -fno-objc-arc flag in build phases>compile sources