In my navigation based app:
Conslole message:
MyApp[8312:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RootViewController secondView]: unrecognized selector sent to instance 0x5f49c20'
After compiling my app with NO errors, I launched it, but when I clicked an item in the Table View the app in the simulator suddenly crashes and I get the error message into the console (above).
I'm totally lost and I don't know my way around it...
Any suggestions?
Conslole message:
MyApp[8312:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RootViewController secondView]: unrecognized selector sent to instance 0x5f49c20'
After compiling my app with NO errors, I launched it, but when I clicked an item in the Table View the app in the simulator suddenly crashes and I get the error message into the console (above).
I'm totally lost and I don't know my way around it...
Any suggestions?