Look in your storyboard or xib (whichever you’re using) for the ViewControllerWelcome
object. The most likely source of this error is that something has a connection to an action or outlet called done
that doesn’t exist in the code for that class.