Xcode - Terminating with uncaught exception of type NSException when a button is pressed
问题 I'm new to app development and I'm following Apple's tutorial to learn. I've looked through a lot of questions asked about this type of error but none of them are helping me. In the tutorial, I'm stuck on the "Add Buttons to the View" section where I'm trying to implement a string to be printed out on the console when a button is tapped/clicked on. Only I get an error when doing so. My code for the button in Swift: import UIKit class StarRatingControl: UIView { // MARK: Initialization