Remove advertising class, selector and framework for Apple Store

I recently sent my iOS app to the apple store. I do not have any advertising plugins installed with Meteor. I have no ads on my app. I am using the latest version of Meteor.

This is the response from Apple:

If your app does not serve ads, please check your code - including any third-party libraries - to remove any instances of:

class: ASIdentifierManager
selector: advertisingIdentifier
framework: AdSupport.framework

I need to somehow remove these before submitting again.