outlet connection error insert new outler connection

Viewed 63

I want to set outlet connection Among edittext and class(SignUpViewController). As shown in the picture , I set class for my view but when set outlet connection error

error text: Could not insert new outlet connection: Could not find any information for the SignUpViewController

enter image description here

2 Answers

You may perform the following two steps only to get rid of this error.

1.  Clean Project using Product -> Clean Build Folder.
2.  Run the Project.

Now you can try to add/Connect the actions or outlets.

Worked for me many times and might work for you as well

You should select Module below Class

enter image description here

Select File Inspector and Check Target membership for the storyboard.

enter image description here

Related