Uiresponder Signal

Asked

Viewed 26 times

0

Good afternoon,

I made a small app with Swift 2.3 Xcode 7.3.1. with the upgrade of Swift 3 and Xcode 8 started to show the error below. some help please.

Print Scr

  • had buttons poorly connected, reconnected and solved

1 answer

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.

  • I just realized later. Thank you

Browser other questions tagged

You are not signed in. Login or sign up in order to post.