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 Adding Sound

Adding Sound Issue

Hello: I am working on the adding sound lesson for the crystal ball app. I went through and followed the steps for adding sound, but when I go to run the app, I am having problems. The build is successful, but then it takes me to the CSAppDelegate.h page.

Highlighted in green is the following: return UIApplicationMain (argc, argv, nil, NSStringFromClass([CSAppDelegate class]));

Not sure what this is, but the the simulator will not show the app.

1 Answer

Gary Luce
Gary Luce
7,153 Points

Can you please follow this video:

http://teamtreehouse.com/library/build-a-blog-reader-iphone-app-2/adapting-data-for-display/handling-malformed-data-2

About 2 minutes in, Amit will teach you how to place an exception breakpoint. Please paste the code that is responsible for the crash of your app.