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

Chris Tapia
Chris Tapia
1,684 Points

Help! Obj-C Crystal Ball App

Hello. Im currently on the crystal ball module in Obj-C. In Amit's video, the app runs fine throughout the stages(I'm implementing an NSArray that stores all predictions). Anyways, Ive been having trouble. When I run my zoo, a green error comes up suggesting a thread problem, but the app is designed not to be multi-threaded. I even tried downloading a project file. When it runs, it will either refer to the int main or the .m file saying that there is a breakpoint. Is my compiler messed up? Please help!

3 Answers

Misha Shaposhnikov
Misha Shaposhnikov
8,718 Points

Do you have a break-point problem or is it an actual run-time error? Make sure all of your breakpoints are deleted if you don't want them anyway. Breakpoints will stop your app from executing, until you manually continue the program. Amit's video on breakpoints can be found toward's 3:59 here.

If you have an error, could you please post your error log.

Stone Preston
Stone Preston
42,016 Points

press command + y to disable all breakpoints.

Chris Tapia
Chris Tapia
1,684 Points

**When i run my app haha ^^