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 Simple iPhone App with Swift Creating a Data Model Creating a Data Collection

It 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

You 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.

I 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.

Thanks for sharing Rickey. Matthew I would give this a shot too.

I 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.