What does it mean \"unrecognized selector sent to instance\" in Xcode?
\"unrecognized selector sent to instance\"
Xcode
I had a similar problem and the issue was my ".m" class containing the unknown selector wasn't in the "Build Phases / Compile Sources" list. I added it and everything was fixed.