Search code examples
iosxcodestoryboardswift4iboutletcollection

UIViewController class with IBOutlet collection still has connections to no longer existing storyboard


So, I have a class that still has connections to a deleted Drawers.storyboard file.

How do I 'clean' or remove the old connections to the non existing storyboard?

enter image description here


Solution

  • Fixed it. It looks like it was a cache issue....

    I did this in the terminal:

    rm -rf ~/Library/Caches/com.apple.dt.Xcode ~/Library/Developer/Xcode/DerivedData/*