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 Swift Basics An Introduction to Swift Programming Working With Variables

Hi I need help

I need help what I’m doing wrong

variables.swift
// Enter your code below

var str = "Swift"

5 Answers

Brendan Whiting
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brendan Whiting
Front End Web Development Techdegree Graduate 84,736 Points

I pasted your code into the challenge and got this error message: "Make sure your variable is named language!" and that's exactly that the problem is, you've called the variable str instead of language.

I still don’t get it

No I already pass the challenge, now I’m in the second one and in my computer Xcode I trying to put the code and in the right side the answer doesn’t appears

It happens from time to time... Quit Xcode and give 'er another shot.

Hi Ronald,

In X Code 10 the code no longer automatically "evaluates" thus providing the results in the right-hand side. It's quite annoying.

Try pressing Shift + Enter or if you see a blue Play icon in the gutter on the left side, click that to see the results.

X Code 10 Play Button

Unfortunately, the iOS course material has not yet been updated to reflect this change.

Best of luck!