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

Image Based Animation Error when running the app

Hi I am have some difficulty running the crystal ball app. Im getting some errors. At first I thought that it was just me. But still after I downloaded the project files its still happening.

2013-09-12 12:00:12.479 CrystalBall[6035:c07] -[ViewController setImageView:]: unrecognized selector sent to instance 0x6e53810 2013-09-12 12:00:12.480 CrystalBall[6035:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ViewController setImageView:]: unrecognized selector sent to instance 0x6e53810' *** First throw call stack: (0x14b3022 0xeb3cd6 0x14b4cbd 0x1419ed0 0x1419cb2 0x2b87 0xdda1e 0x3c401 0x3c670 0x3c836 0x4372a 0x14596 0x15274 0x24183 0x24c38 0x18634 0x139def5 0x1487195 0x13ebff2 0x13ea8da 0x13e9d84 0x13e9c9b 0x14c65 0x16626 0x281d 0x2785 0x1) terminate called throwing an exception(lldb)

Thats the error that its giving me and it also highlights this code "return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));" in green with a "Thread 1: signal SIGABRT"

Thanks for your help

1 Answer

Dont worry. I just went on and it was part of the tutorial