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

Oliver Howes
2,021 Pointsclass AppDelegate: UIResponder, UIApplicationDelegate {
While making the Fun facts app I accidentally moved the ViewController.swift file to my trash and emptied it, Don't ask. I've re opened my app to work on it some more and obviously the file was missing so I created a new ViewController.swift file and added all the code and connected it to my ui but i keep getting an error:
class AppDelegate: UIResponder, UIApplicationDelegate { Thread 1: signal SIGABRIT
From looking it up on the forums I get that is something that not linking i just don't know how to fix it.
1 Answer

Jhoan Arango
14,575 PointsHave you checked all your links ?
Another option is download the project files from the last video you saw, and add them into your project. Or just simple create one with the downloaded files.