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 Weather App with Swift (Retired) Pulling Data From the Web Making a Network Call

need help: show "(lldb)" on the result, anybody knows why?

I have already used the updated code for Xcode 6.1. However, after I run the program, it shows "Thread 1: breakpoint 1.1" on the line of "let baseURL"

anybody knows why?

Drew Jolesch
Drew Jolesch
2,076 Points

I'm having the same issue, and I have no breakpoints in the breakpoint navigator.

My error is happening in thread 6 "EXC_BREAKPOINT" if that helps in anyway.

Working on a custom app, but following the tutorial of the Weather iOS app.

2 Answers

Rodrigo Chousal
Rodrigo Chousal
16,009 Points

This means you have a breakpoint inside your code. Go to the breakpoint navigator and select whatever is inside the navigator. Then press the delete key. This should solve your problem.

Hope this helps!

I tried this way but the result is "nil" where else do you think is the problem? Thanks a lot for your help!

This worked for me! Thanks!