What does it mean \"unrecognized selector sent to instance\" in Xcode?
\"unrecognized selector sent to instance\"
Xcode
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.