When I am trying to add the tableview in xcode when I click the table item then it goes to the next screen and again when i click the back button and go to previous tableview page and select the table item then it gives the error as program received signal EXC_BAD_ACCESS
Share
It’s a memory issue
it happens when you trying to access an object which is already being released.