Hello Claude thanks for answering, but it wasn't clear in the following I will attach the code where the crash occurs import UIKit
class
SecondScreenViewController:
UIViewController {
@IBAction func BackButton(_ sender: Any) {
print("ButtonPressed")
}
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
print("view has loaded")
}