I\'m getting all kinds of build errors with Facebook\'s SDK because my app uses ARC. I try to remove the Facebook files from the compiler to avoid this, but I get an Apple M
Do you exclude them from arc with Compiler flag -fno-objc-arc ? You can see a Answer here