Errors after uploading app

Hi everyone!


I recently released my first app to the App Store and everything was great!

I decided I wanted to edit the social medias in the app so I went to edit the code and while testing the newer version I now get these 4 errors,


Use of unresolved Identifier "GadBannerView"

Use of undeclared type "GadAdSize"

Use of unresolved identifier "GadBannerView"

Use of undeclared type "Gadrequest"


They seem to reference ads that came in the app before but I'd like to remove them if possible I removed the ad code to hide the ads before but is there anything I can search and delete to stop having these errors?

Replies

>I removed the ad code


After that, did you use Xcode's Product menu with the option key pressed, selecting to 'clean build folder"? Might want to try that, then build and test again.