I have a project in Xcode (I'm relatively new to Swift).
I was adding objects (text fields and labels to my storyboard).
I started connecting the text fields and labels to the code (control+drag). I was able to perform this several times.
Now all of a sudden, I can no longer perform this action (connect an outlet to my code).
Add a screenshot of the error, although it simply looks like all the others posted.
I have closed the project, closed Xcode, deleted the text field (then re-added to storyboard), tried connecting. I have seen suggestions about Rebuilding the project (I have done that and can use the app on the simulator). I have seen suggestions about changing the Custom Class value of the text field, but that doesn't make sense to me and Xcode doesn't appear to allow that.
Somehow I have changed something that I am unaware of what I did. I have been messing with this for about an hour now. I have read many other posts here and on the web, but none of those methods have resolved my issue.