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 (Retired) Fundamentals of C Variables

Audrey Barker
Audrey Barker
2,963 Points

2nd Test Build Not Working

Every time, I run the program to test or build the variables this happens: [IMG]http://i58.tinypic.com/34glmqd.png[/IMG]

Caleb Kleveter
Caleb Kleveter
Treehouse Moderator 37,862 Points

Can you try re-posting your screen shot? I can't see it.

Chris Shaw
Chris Shaw
26,676 Points

Hi Audrey,

You will need to upload your screenshot to a service such as Tinypic since we don't have access to your local file system.

Thanks.

Katie Porter
Katie Porter
1,473 Points

Hi Audrey,

Good news! Your code is perfect. You've just inserted a breakpoint on the line where you are defining your float variable (a breakpoint basically just pauses your code -- it is often used for debugging. Read more about it here: http://jeffreysambells.com/2014/01/14/using-breakpoints-in-xcode). Grab the blue tab next to the line where you define your float variable, and drag it to the left to remove it. Then run your code again, and you should be good to go!

1 Answer

J.D. Sandifer
J.D. Sandifer
18,813 Points

Just reposting Audrey's response as an answer instead of a comment:

Grab the blue tab next to the line where you define your float variable, and drag it to the left to remove it. Then run your code again, and you should be good to go!