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! While you're at it, check out some resources Treehouse students have shared here.

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

iOS Implementing Designs for iPhone Using Auto Layout and Managing the Keyboard Introducing Auto Layout

Willie Oeschger
Willie Oeschger
3,776 Points

Ribbit Implementing Design

Hi I am getting this build error when my app launches. It stays on the launch screen and gives me this error. Does anybody know what the problem is?

'''2014-06-19 21:05:13.165 Ribbit[16894:60b] -[UIView setImage:]: unrecognized selector sent to instance 0xab64e60 2014-06-19 21:05:13.169 Ribbit[16894:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setImage:]: unrecognized selector sent to instance 0xab64e60'''

2 Answers

The error says that UIViev setView: received an unrecognized selector meaning that what you passed in wasnt identified, then it turminated. Can i see your code and ill try to help?

Willie Oeschger
Willie Oeschger
3,776 Points

That would be cool thanks. Witch code would you like to see?