0
I created a button on storyboard
to connect to a viewController
.
When clicking on the button occurs the error:
thread 1:Signal SIGARBT
What could be causing such a mistake?
I’ve seen many tutorials and nothing.
0
I created a button on storyboard
to connect to a viewController
.
When clicking on the button occurs the error:
thread 1:Signal SIGARBT
What could be causing such a mistake?
I’ve seen many tutorials and nothing.
2
Fabio, I made a very simple example of capturing click on a button:
0
This error occurs when what is on the storyboard is not properly linked to viewcontroller. Click the right mouse button 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 in the code that is already in viewcontroller
I hope I’ve helped
Browser other questions tagged ios objective-c swift xcode
You are not signed in. Login or sign up in order to post.
Ask the question what code you are using to make it easier to help you.
– Rafael Leão
I’m not using code I just connected the button to the view controller....
– Fabio Gonçalves