I was having the same issue but it was because I was trying to connect an ImageView to an IBAction (forgive me, not sure if my terminology is correct). I deleted the ImageView object and replaced it with a Button and
IBAction then became an option rather than just IBOutlet and Outlet Collection.