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
Make sure your class inherits from UIViewController.
@interface ClassName : UIViewController