In Xcode 8 I get the following errors when trying to build:
clang: error: no such file or directory: '/Users/jonathanduggan/Documents/Fall/xcode/Fall_Pit/Classes/Extensions/CRunAdMob.m'
clang: error: no input files
I don't understand why I'm getting this, I'm not even using AdMob. The object is not in my game in Fusion, nor are there any events for it. I used to have it but it was taken out a long time ago and replaced with Chartboost. (The object and everything related to it was deleted.)
This is also from building a final xcode project.
Is AdMob supposed to be bundled in anyway even if it's not used?