Hello, when I try to run my project, i get the error Thread 1: signal SIGABRT
on this piece of code:
let destinationVC = segue.destination as! ViewController
the highlighted error word is as!, and there are no other errors or warnings in that file. What do I do?