0
Thread 1: Signal SIGABRT means that you are making a request for something that does not exist or is not well defined. It occurs, for example, when you don’t connect the storyboard buttons to the code properly; when you delete it modifies the name of a function associated with some element in the storyboard, but forget to undo the old link by storyboard (it does not automatically detect changes, you need to delete them manually). Make sure nothing of the kind is happening.
had buttons poorly connected, reconnected and solved
– An. Jorge