UIResponder Signal

0

Good afternoon,

I made a small app with swift 2.3 Xcode 7.3.1. with the update of swift 3 and Xcode 8 began to present the error below. some help please.

    
asked by anonymous 15.09.2016 / 18:21

1 answer

0

Thread 1: signal SIGABRT means you are making a request for something that does not exist or is not well defined. It occurs, for example, when you do not properly connect the storyboard buttons with the code; When deleting modifies the name of a function associated with some element in the storyboard, but forget to undo the old link by the storyboard (it does not automatically detect changes, you have to delete them manually). Make sure nothing is happening.

    
22.09.2016 / 18:26