What does this mean?
* Terminating app due to uncaught exception
‘NSInvalidArgumentException’, reason:
‘* -[NSPathStore2
hidesBottomBarWhenPushed]:
unrecognized selector sent to instance
0x1cd3d0′
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This means that a string is being sent a message meant for a view controller. Since it’s hard to mistake one for the other in most cases, this usually indicates a memory management error where one object (the view controller in this case) has been deallocated and another has been put in its place.