0

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

Dan Fabulich
  • 37,506
  • 41
  • 139
  • 175
Janusz Chudzynski
  • 2,700
  • 3
  • 33
  • 46

1 Answers1

1

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

Community
  • 1
  • 1
Mani
  • 17,549
  • 13
  • 79
  • 100