When I select a UIBarButton to go to the next screen, the app crashes on:
class AppDelegate: UIResponder, UIApplicationDelegate {
with the error:
2017-10-07 18:22:12.033188-0400 AppName[3285:927126] -[tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x131e5df80
2017-10-07 18:22:12.034135-0400 AppName[3285:927126] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x131e5df80'
Everything was working fine before the xcode update and change to Swift 4. Any suggestions on what is causing this for me?