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 trialMatthew Giuliano
2,749 PointsIt won't let me use the simulator, it says Thread 1: signal SIGABRT.
It does this while highlighting: class AppDelegate: UIResponder, UIApplicationDelegate
Thanks
3 Answers
agreatdaytocode
24,757 PointsYou may have deleted a line of code and forgot to disconnect it on the storyboard.
Check out this video
Also you may need to reset your content and settings in the simulator.
Rickey Paape
24,122 PointsI was having the same issue. If click on the ViewController and go into Identity Inspector. While my Class was correct my Module box was empty. I selected Algorythm (the only option I had) and then everything ran just fine.
agreatdaytocode
24,757 PointsThanks for sharing Rickey. Matthew I would give this a shot too.
Nicoara Talpes
7,354 PointsI had the same error. Nothing from the above worked. The solution was to delete the button, and then add it again, but exactly like in the treehouse video - with option Type: AnyObject and Arguments: None.