I just got this error in one of my apps, and after checking some other apps the same error is happening. None of my IBOutlets and IBActions are con
IBOutlets
IBActions
For me I had to remove the reference and add back to my project the -XIB- file for my view controller. Simply removing the view controller .h/.m did not reset the outlets, but removing the .xib and adding it back did!