I encountered the following error in Objective-C.
unrecognized selector sent to instance
There seem to be various causes, but this time it was because the method arguments weren’t being passed values properly.
・Reference:iOS開発で遭遇した謎のエラーたち | ひげろぐ
That’s all from the Gemba.