I created a button on storyboard
to connect to a viewController
.
Clicking the button causes the error:
thread 1: signal SIGARBT
What could be causing such an error?
I've seen many tutorials and nothing.
I created a button on storyboard
to connect to a viewController
.
Clicking the button causes the error:
thread 1: signal SIGARBT
What could be causing such an error?
I've seen many tutorials and nothing.
Fabio, I made a very simple example of capturing a click on a button:
This error occurs when the storyboard is not properly connected to the viewcontroller. Right click on the button and see where it is pointing. This will be in Sent Events.
You can delete the link and make another or even call the code that is already in the viewcontroller
I hope I have helped