I did a newbie thing renamed my one of my classes with just a double-click and rename. I know that this is the completely incorrect way of doing this but now I'm experiencing what seems to be a simple problem. When trying to connect a new "IBAction" or "IBOutlet" I get this error message:
Could not insert new action connection: Could not insert source code into document at URL file://localhost/Users/Myuser/file/filename/projectname/SGLoginHomeViewController.m because it does not contain a class interface for the class named SGLoginHomeViewController
I'm sure this can be easily fixed, but how?
P.S. I changed the prefix to RG instead of SG, and then back to SG. I made changes in the following locations: the @interface in the .h, the @implementation in the .m, and the file name in the left side-view of Xcode under the Project folder drop-down.