Error in Xcode 6 - view controller does not have an outlet named (subview)

前端 未结 15 2075
刺人心
刺人心 2020-12-03 14:15

I just got this error in one of my apps, and after checking some other apps the same error is happening. None of my IBOutlets and IBActions are con

15条回答
  •  [愿得一人]
    2020-12-03 14:43

    I have this problem only with @protocol defined IBOutlets if I don't redefine them in the implementing class.

    Probably the only thing we can do is file a bug.

提交回复
热议问题