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
Sanghyun Aum
1,356 PointsCrystal Ball Array. When simulator runs, it says EXC_BAD_ACCESS
I was following the Array section, and i put the same code on the screen. For the code that downloaded from the lecture, it worked fine. When i run simulator, Xcode is keep saying Thread1: EXC_BAD_ACCESS. I checked alot but i cannot find difference between my code and the lecture code. What does it mean and how can i fix it?
1 Answer
Amit Bijlani
Treehouse Guest TeacherLooks like you have a runtime exception, which means that even the syntax is right there's an error occurring once you run the app. Check out the debugging basics video to learn how to fix such problems.