What does the error “unrecognized selector sent to instance” mean in Xcode

后端 未结 10 675
谎友^
谎友^ 2021-01-11 09:28

What does it mean \"unrecognized selector sent to instance\" in Xcode?

10条回答
  •  轮回少年
    2021-01-11 09:40

    I think it's when you call a selector on instance of method that doesn't belong to this instance. maybe I'm wrong I'm not sure, it's been a while since I've coded anything in xcode.

提交回复
热议问题