I am receiving following warning prior to submission to the AppStore The app references non-public selectors in Payload/myapp.app/myapp operationCompleted:
I tried to search for the 'operationCompleted' method in my workspace but can't find anything. It seems like I am not using the method anywhere.
How should I proceed?
You may get this warning just for using a selector in your own code or third party code that has the same name as some selector that is marked as non-public. Happens to me all the time. Never got rejected for it.