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

More Errors

import <UIKit/UIKit.h>

import "XYZAppDelegate.h"

int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([XYZAppDelegate class])); } }

what should i do??? some one to help me understand the error..

2 Answers

Try adding an exception breakpoint, and run the code again. It should point at whatever line that's causing the error :)

EDIT: Here is how you add one:

http://imgur.com/F7hpMUq

Welcome to Treehouse, tiago goncalves!

There's a great video on the right "Tips for asking questions" that might help you with posting your code in the forum.