[Solved] Im creating a facial recognition program and I am getting a Thread BAD EXECUTION error and I don’t know what to do


Either the personPic outlet isn’t connected, or the “stupidsonny” image isn’t getting found and loaded. It’s hard to tell which since they’re both being accessed on the same line.

To help narrow it down, you could put a ! where you load the image:

personPic.image = UIImage(named: "stupidsonny")!

1

solved Im creating a facial recognition program and I am getting a Thread BAD EXECUTION error and I don’t know what to do