ios5 ARC what is the compiler flag to exclude a file from ARC?

I found the answer: to exclude the file from ARC, use the -fno-objc-arc flag in build phases>compile sources

Leave a Comment