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
Do you get the same issue if you connect the actions/outlets in Interface Builder instead of the assistant editor? For actions try control dragging from your object in IB to your first responder object (or whatever you have your class set to).