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
I was having the same issue but it was because i changed the name of the view controller in the Project Navigator to MapViewController but its name stayed the same (ViewController) in the code. once i changed it, it worked