Can’t connect IBOutlet in Interface Builder

I did a combination of the things in this thread and I finally had success.

In Interface builder (not xcode)

  1. File->Reload All Class Files
  2. File->Read Class Files (select MyClass.h)
  3. Reconnect File’s Owner by
    a. Setting the Class to “MyClass”
    b. Reconnecting the View to the File’s Owner’s View

Everything is back to normal now. Weird.

Hope this helps more than it confuses 😉

Leave a Comment