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

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

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

10条回答
  •  醉话见心
    2021-01-11 09:38

    For me it was just Xcode not bothering to compile the code. Apple obviously doesn't think iOS development is complicated enough, so they have to build extra flakiness into the IDE.

    I am told that SHIFT+COMMAND+K to clean the build can be a great help.

提交回复
热议问题