the app references non-public selectors in payload/appname.app/appname: _terminateWithStatus the app references non-public selectors in payload/appname.app/appname: _terminateWithStatus ios ios

the app references non-public selectors in payload/appname.app/appname: _terminateWithStatus


You can't remove this warning. You may get this warning just for using a selector in your own code or third party code(may be because of facebook sdk) 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. So you won't worry about this warning. See this Ref. , Ref2

And also see this stack question to avoid rejection, find and remove unwanted framework.


First time i got this error and then app was uploaded but with warnings but when i submitted the second version of the app at that time Apple didn't let me upload the app and was giving me error repeatedly "Your app contains non-public API usage. Please review the error, correct them and resubmit your app" after that i found my solution in this question Finding Private API Call _terminateWithStatus Answer was not very useful for me but solution in question was very useful for me. I just removed the GHUnitIOS.framework and it worked for me. May be this info can help someone else