I have a UIViewController I created in my apps storyboard, as well as a custom UIViewController subclass which I added to the project (and is correctly in the compile phase
For those of you who are still having this problem after trying all the way around is probably because you clicked the View instead of ViewController.
View
ViewController
You have to choose the file when ViewController is clicked.
This solved my problem.