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 Objective-C Basics More Operators! Logical Operators

Can't create a bool variable - please help.

I've tried to create a bool variable in the code challenge - but I didn't succeeded. I've tried out the code in Xcode and there are no complaints except that I do not use the variables I've declared.

BOOL isMediumSize; int inchesTall = 45;

What's wrong with it? Output.html generates the message 'too many errors emitted…'

variable_assignment.mm
BOOL isMediumSize;
int inchesTall = 45;