I've added all of the files and the frameworks needed to run the Admob SDK, but the problem is ARC...
My project uses ARC, but the AdMob files don't use ARC. I know you can disable ARC on specific files via the "Compile Sources" section which is under your project menu -> Targets (App Name) -> Build Phases
The problem is that the AdMob files don't show up in the Compile Sources section or any other section. You can see my AdMob folder in the Project Navigator...
Why won't these files show up so I can disable ARC on them?