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 Blog Reader iPhone App Data Modeling Designated Initializers and Convenience Constructors

Ludwing Najera
Ludwing Najera
4,596 Points

Xcode is Crashing randomly, please help!

When i lease Xcode alone for a few minutes, or just randomly, it crashes with a crash reason saying "StrongSelf should not be nil." i'm stumped!

where is it printing that message?

Jay Mayu
Jay Mayu
6,805 Points

Are you on beta or something?

Ludwing Najera
Ludwing Najera
4,596 Points

i'm on xcode beta 6 and it is printing the message in the crash log

3 Answers

Michael Hulet
Michael Hulet
47,912 Points

If Xcode is crashing, try reinstalling it

OK first of all, Xcode 6 beta i've found can be quite buggy at times (although it seems fine in its current version) but if you're getting the error in the log then, I'm assuming that your app is crashing, not Xcode. Can you paste the code from the viewController it's crashing on.

Ludwing Najera
Ludwing Najera
4,596 Points

i don't know what line of code it is crashing on.

ok can i see your whole class