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 Build a Simple iPhone App (iOS7) Creating a Data Collection Implementing an Array

Ryan sTEADMAN
Ryan sTEADMAN
1,600 Points

I see a thread; Breakpoint. Not sure what is going on.

every time i run this i get a thread1;BREAKPOINT1.1 ON THE last line:

self.predictionLabel.text = [predictions objectAtIndex:2];

please can someone explain why this is happening??

thanks

2 Answers

Ryno Botha
PLUS
Ryno Botha
Courses Plus Student 4,055 Points

Do you have a break point set at that position in your code? Turn it off at the top, remove the breakpoint on the left by clicking on it and dragging it away from the line.

Look at the Screenshot:

https://dl.dropbox.com/u/76141353/Screen-Shot-2012-07-25-at-5.03.51-PM.jpg

Try Command+Y it deletes all breakpoints.