2

I'm facing an issue at time of binary submission to app store from Application Loader. I'm submitting this app for second version. I received this error :the app references non-public selectors in payload/ appname .app/ appname id:_terminateWithStatus:,tableView:heightForRowAtIndex

i can't use tableView in my app.

please help me to solve this bug

Dan Fabulich
  • 37,506
  • 41
  • 139
  • 175
  • You're referencing a private selector in your app. most likely in a tableView:heightForRowAtIndex ? SHouldn't this be: tableView:heightForRowAtIndexPath ? – CW0007007 Nov 20 '14 at 08:50
  • Are you using cocos2d? – Ricardo Feb 01 '15 at 14:07
  • Did you check the answer to http://stackoverflow.com/questions/19378484/the-app-references-non-public-selectors-in-payload-appname-app-app-name-dec ? – rafahoro Aug 31 '16 at 14:33
  • In my case getting error regarding "AWSAuthCore: reloadSession". I received a mail regarding uploading error from apple. The mentioned that AWS will use camera. For that i have to add Camera Permission in info.plist. – Jaykant Sep 30 '22 at 17:08

0 Answers0