Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Sinan the Thinker
7,980 PointsUIImagePickerController, UITabBarController, UITableViewController errors
Hi guys,
This is really frustrating man, I ve tackled and solved 2 big problems...so I happy...when I wanted to proceed further with adding ImageViewController and its segue I got these problems:
Attempt to present <UIImagePickerController: 0x9b9dfb0> on <UITabBarController: 0x9b47020> while a presentation is in progress!
2014-04-22 00:01:31.109 Ribbit[78851:60b] -[UITableViewController logout:]: unrecognized selector sent to instance 0x9b48480
My app worked well, inbox did load with image icon, textLabel...and friends view controller did automatically deselect...now these are not doing well...who can help me ?? i really dont know how i messed this up.....
1 Answer

Ben Jakuben
Treehouse TeacherBased on that error it sounds like the logout
method may not be defined where you are using it. Do you get any other errors? Where exactly is your app crashing?