iosxcodenon-public-selectors

non-public selectors operationCompleted:


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?

enter image description here


Solution

  • 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.

    See this Ref. , Ref2