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

Ludwing Najera
Ludwing Najera
4,596 Points

What does this mean?

I was running my stormy app when it crashed on this line:

let weatherData = NSData(contentsOfURL: forecastURL!, options: nil, error: nil)

Then it gave me a popup that said, "Exception encountered connecting to CoreSimulatorBridge: connection went invalid while waiting for a reply." What does this mean?

1 Answer

Carmine Sarno
Carmine Sarno
19,660 Points

Not sure why it would happen, but whenever getting cryptic errors like that, first thing I'd try is the "reset content and settings" item in the iOS Simulator. If that doesn't work, make sure you have the latest version of XCode (mine is 7.1.1 ) and try rebooting the computer.