Code Block diceImageView1.imageView?.image = imageLiteral(resourceName: "DiceSix")
but it returns an error message which says:
Code Block Value of type 'UIImageView' has no member 'imageView'
This error message prevents me from completing the build.
Any suggestions on how to handle this error?