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 Build a Simple iPhone App (iOS7) Animating and Intercepting Events Image Based Animation

Zach Sienkiewicz
Zach Sienkiewicz
13,225 Points

Creating the animation

I was following along with the video. It seemed like was putting everything in correctly and there were no issues set, but when I run the simulator it redirects me to a message. It says that it is in thread 1 but Im not sure what this means. Thanks for your help! This is the message: return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));

1 Answer

Rashii Henry
Rashii Henry
16,433 Points

its more than likely throwing an exception. you might just have to take a few steps back until you get a successful build.