My app was all linked correctly. I launched it today and had a look at my 2 additional view, and their links are broken. It says the view is not defined in the class anymore, as well as one method I have still there is not being seen by interface builder?
How can these links be fixed?
Are you sure all the necessary ivars that needs to be exposed defined as
IBOutlet? Also, are the methods haveIBActionas the ‘return type’ ?I assume this is related to this question where your view is missing?