Janusz Chudzynski
Janusz Chudzynski

Reputation: 2710

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

Upvotes: 0

Views: 109

Answers (1)

Mani
Mani

Reputation: 17595

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

Upvotes: 1

Related Questions