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

George S-T
6,624 PointsErrors that I get which he doesn't get in the video?
I seem to have used this code and got this error, his had no errors and I did exactly what he did:
4 Answers

Thomas Nilsen
14,957 PointsNSNumber *mike;
mike = [[NSNumber alloc] initWithInt:23];
you wrote 'initwithint'. Supposed to be: 'initWithInt'

Holger Liesegang
50,595 PointsAt first please try a product clean. To accomplish this just go to the
menu Product-->Clean.
Does this solve your problem?
Kind Regards Holger

George S-T
6,624 PointsThe error went but came back as soon as I ran the program. Thanks.

Holger Liesegang
50,595 PointsCan you please copy&paste the full error description here?

George S-T
6,624 Points"error: -fobjc-arc is not supported with fragile abi Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1"
:/ Amit Bijlani

George S-T
6,624 Points"error: -fobjc-arc is not supported with fragile abi Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1"
:/

George S-T
6,624 PointsNo worries, updated my Xcode version and that seemed to fix it. Thanks for all the help.

Holger Liesegang
50,595 PointsThat's good to hear :-)
George S-T
6,624 PointsGeorge S-T
6,624 PointsThanks, didn't relise the Caps were needed. Im still getting this error: [IMG]http://i44.tinypic.com/o6k6tg.png[/IMG]