views:

35

answers:

0

I have a currently working program that has IBOutlet and IBAction connections from the interface to File's Owner. I made a new class, and added that to the document window in Interface Builder. Then I moved everything from the File Owner class files to the new class files. I removed the old connections and reconnected everything to the new object. My program runs without any error notifications, however, once the program starts, it just exits. Why is that?