In Xcode, when I run my application, I am getting the error: "this class is not key value coding-compliant for the key adBanner." If I take away references in the code to the iAd banner, it shows for the next outlet (UIButton), and the next (UITextField). I wanted to change the name of my project/app and so I did, which started causing this error. So I just said screw it and made a new project and named it what I wanted and copied over files, storyboard, etc. No error, until I compile and still get that error. I checked the connection inspector and there are no "!"s. I am not sure what is going wrong here.I deleted the connection and re-added the ADBanner outlet, only to get the same error.
My project was working fine before I changed the name, so I know the code is fine. I not sure where the outlet error is coming from though.